diff --git a/themes/blog/css/styles.css b/themes/blog/css/styles.css index 623bd91..f0775cd 100644 --- a/themes/blog/css/styles.css +++ b/themes/blog/css/styles.css @@ -580,6 +580,10 @@ ul.month { margin-top: 30px; float: none !important; } + .sections-wrapper { + padding-bottom: 40px; + padding-top: 40px; + } .project-image { margin-bottom: 15px; } @@ -587,6 +591,9 @@ ul.month { float:none!important; text-align: center; } + .comment-wrapper.section { + margin-bottom:30px; + } .pager { margin-bottom: 30px; }