From f04a92d660b2e3838a38fb2b88328cb770b33b4d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 13 Sep 2021 11:35:26 +0200 Subject: Add conferences page --- resources/sass/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index cb7d62e..83e3e3f 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -2,6 +2,7 @@ @import "@fortawesome/fontawesome-free/scss/fontawesome"; @import "@fortawesome/fontawesome-free/scss/brands"; +@import "@fortawesome/fontawesome-free/scss/solid"; @import "academicons/css/academicons"; @@ -85,11 +86,12 @@ table { } tr { - td { + td, th { + padding-right: 1em; vertical-align: top; - &:first-child { - padding-right: 1em; + &:last-child { + padding-right: 0; } } } -- cgit v1.2.3