aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_blog.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials/_blog.sass')
-rw-r--r--stylesheets/partials/_blog.sass8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheets/partials/_blog.sass b/stylesheets/partials/_blog.sass
new file mode 100644
index 00000000..34ec6da3
--- /dev/null
+++ b/stylesheets/partials/_blog.sass
@@ -0,0 +1,8 @@
+.blog
+ .article
+ padding= !base_font_size * 1.5 0 !base_font_size * 1.5
+ border-bottom= "1px solid" !article_border
+ &:first-child
+ padding-top: 0
+ .footer
+ padding-top= !base_font_size \ No newline at end of file