summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-13 22:24:04 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-13 22:24:04 -0400
commit1e1c64c8835652313c2501110957a3aeed75b42a (patch)
tree1ce418dc5c5fd6b40ea72f304448dc9c92988984
parent62cdd6c63003753a338fe6f6f6734e1673b5184c (diff)
scss/style.scss: Add styling for news section.
-rw-r--r--scss/style.scss20
1 files changed, 20 insertions, 0 deletions
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;
+ }
+}