summaryrefslogtreecommitdiff
path: root/source/stylesheets/_blog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/_blog.scss')
-rw-r--r--source/stylesheets/_blog.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/stylesheets/_blog.scss b/source/stylesheets/_blog.scss
new file mode 100644
index 0000000..13db407
--- /dev/null
+++ b/source/stylesheets/_blog.scss
@@ -0,0 +1,17 @@
+article {
+ @extend .container-fluid;
+ margin-bottom: 30px;
+}
+
+aside.blog-date {
+ @extend .col-md-2;
+}
+
+div.blog-inner {
+ @extend .col-md-8;
+}
+
+h3.blog-article-heading {
+ margin-top: 0px;
+}
+