Fix giant gap on single post pages

This commit is contained in:
John O'Nolan 2014-04-16 08:30:06 +02:00
parent e6c6767aa1
commit 628789944e
1 changed files with 5 additions and 0 deletions

View File

@ -1070,12 +1070,17 @@ margin on the iframe, cause it breaks stuff. */
.post-template .post {
padding-bottom: 0;
margin-bottom: 0;
}
.post-template .post-header {
padding: 30px 0;
}
.post-template .site-footer {
margin-top: 0;
}
.post-content img {
padding: 0;
}