From ed346619d57b76f28f300ca2ee246ed947e37b24 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 6 May 2014 21:36:19 +0200 Subject: working on the blog section --- source/stylesheets/_blog.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/stylesheets/_blog.scss (limited to 'source/stylesheets/_blog.scss') 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; +} + -- cgit v1.2.1