diff options
Diffstat (limited to 'resources/sass/style.scss')
-rw-r--r-- | resources/sass/style.scss | 8 |
1 files changed, 5 insertions, 3 deletions
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; } } } |