From 1e1c64c8835652313c2501110957a3aeed75b42a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 13 May 2019 22:24:04 -0400 Subject: scss/style.scss: Add styling for news section. --- scss/style.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/scss/style.scss b/scss/style.scss index fb4a4cf..d558cb2 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -81,3 +81,23 @@ margin-bottom: 3px; } } + +// News + +.news-item .content { + .meta { + margin-bottom: 0.9em; + text-transform: uppercase; + font-size: 0.9em; + border-left: 1px solid $fsfi-lbrown; + padding-left: 10px; + } + + .header h1 { + margin-bottom: 0em; + } + .header h2 { + margin-top: 0.4em; + margin-bottom: 0.3em; + } +} -- cgit v1.2.3