Give the comments some breathing room

This commit is contained in:
Barry Clark 2014-06-11 09:07:22 -04:00
parent dc8f1d9f9f
commit a1dcbe019c
2 changed files with 6 additions and 0 deletions

View file

@ -254,6 +254,10 @@ nav {
font-size: 22px; font-size: 22px;
font-style: italic; font-style: italic;
} }
.comments {
margin-top: 10px;
}
} }
.wrapper-footer { .wrapper-footer {

View file

@ -221,6 +221,8 @@ nav {
color: #666666; color: #666666;
font-size: 22px; font-size: 22px;
font-style: italic; } font-style: italic; }
.post .comments {
margin-top: 10px; }
.wrapper-footer { .wrapper-footer {
margin-top: 50px; margin-top: 50px;