From: Anthony Talarico Date: Thu, 5 Nov 2015 17:32:22 +0000 (-0500) Subject: adjusting min height for single post page X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=346a4c40fe37ea3347a3b0312dea539323a86c50;p=WP-Themes%2Fglmthemes%2Fshipwreck-theme.git adjusting min height for single post page --- diff --git a/scss/_blog.scss b/scss/_blog.scss index ed4112e..20bf2f1 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -161,7 +161,7 @@ input[type="submit"].blogbutton { } #blog-posts-over { background: $white; - min-height: 400px; + min-height: 500px; } #blog-posts-over article { padding-top: 10px;