summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
+ }
+}