From d32bfd73ab0174ae0b2fababe1b63add05cf299d Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Thu, 30 Jul 2015 14:26:19 +0700 Subject: [PATCH] Styling --- themes/blog/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; }