summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--sass/style.sass16
1 files changed, 16 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass
index f5115cb..e5eedb0 100644
--- a/sass/style.sass
+++ b/sass/style.sass
@@ -151,6 +151,12 @@ div.banner h2
&::before
@include spacer
+div.banner > div.info
+ display: inline-flex
+
+ > a:first-of-type
+ padding-right: .2rem
+
article > header
margin: 0
@@ -186,6 +192,16 @@ nav.tags
ul > li:not(:first-of-type)
padding-left: .4rem
+ margin-left: 1rem
+
nav.links
&::before, & > ul > li:not(:first-child)::before
@include spacer
+
+@media (max-width: 480px)
+ article:not(.single)
+ div.info > time
+ display: none
+
+ div.info > h2::before
+ display: none