Fix giant gap on single post pages
This commit is contained in:
parent
e6c6767aa1
commit
628789944e
|
@ -1070,12 +1070,17 @@ margin on the iframe, cause it breaks stuff. */
|
||||||
|
|
||||||
.post-template .post {
|
.post-template .post {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-template .post-header {
|
.post-template .post-header {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-template .site-footer {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.post-content img {
|
.post-content img {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue