Tweak post layout a bit

This commit is contained in:
Ariejan de Vroom 2013-10-24 17:09:10 +02:00
parent ee38c227f8
commit 1a48bc065a
2 changed files with 8 additions and 5 deletions

View File

@ -134,15 +134,17 @@ h1, h2, h3, h4, h5, h6
.post,
.page
h1.title
margin-top: 0
margin-bottom: 20px
margin-bottom: 0
padding-bottom: 0
a
color: darken($text-color, 15%)
p.meta
margin-top: 20px
margin-bottom: 0
margin-top: 0
padding-top: 0
font-style: italic
color: lighten($text-color, 30%)
#recent-posts
h4.title

View File

@ -1,8 +1,9 @@
.row
.col-sm-12
.post
%h1.title
%a{href: item[:path]}= item[:title]
%p.meta= get_pretty_date(item)
%h1.title= item[:title]
.row
.col-sm-9