summaryrefslogtreecommitdiff
path: root/source/stylesheets/_blog.scss
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-05-06 21:36:19 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-05-06 21:36:19 +0200
commited346619d57b76f28f300ca2ee246ed947e37b24 (patch)
tree25120b3faf137ec711df25193e4df8aae4fde904 /source/stylesheets/_blog.scss
parent0cb2eb2615aeba6788dc3aa40ae52a677bec51a0 (diff)
working on the blog section
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;
+}
+