diff options
author | Camil Staps | 2018-09-27 17:09:38 +0200 |
---|---|---|
committer | Camil Staps | 2018-09-27 17:09:38 +0200 |
commit | 3e10a3da54b2c0694327af88e875e17326220fb9 (patch) | |
tree | 36b910f266ba4999815f7b71c3fe186a83d0ca15 /resources/sass | |
parent | Add "Forthcoming" header to publication list (diff) |
Update end year Software Science MSc; change table column width to 120px
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 14476aa..94045c4 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -34,7 +34,7 @@ hr { table { &.main_table { > tbody > tr > td:first-child { - min-width: 150px; + min-width: 120px; } &.publications > tbody > tr > td:first-child { |