From e5f131a168976d7ef60ba310a8d8d52b3db3163c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 21 May 2018 15:30:16 +0200 Subject: Nicer layout for publications --- resources/sass/style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 8cfa677..cc3cff9 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -36,6 +36,16 @@ table { > tbody > tr > td:first-child { min-width: 150px; } + + &.publications > tbody > tr > td:first-child { + min-width: 8em; + text-align: right; + } + + &.publications > tbody > tr > td:last-child > p { + margin-left: 1em; + text-indent: -1em; + } } tr { -- cgit v1.2.3