diff --git a/assets/css/screen.css b/assets/css/screen.css index 9cd7c23..bb7c25b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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; }