From: Anthony Talarico Date: Thu, 5 Nov 2015 17:34:23 +0000 (-0500) Subject: Readjusting min height for post body in single.php X-Git-Tag: v1.0.0^2~68 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7faf40b80a603311e2eca7cfa04887eb49149b54;p=WP-Themes%2Fshipwreckmuseum.git Readjusting min height for post body in single.php --- diff --git a/css/app.css b/css/app.css index dd25563..9f68f5c 100644 --- a/css/app.css +++ b/css/app.css @@ -7391,7 +7391,7 @@ input[type="submit"].blogbutton { #blog-posts-over { background: #FFFFFF; - min-height: 400px; } + min-height: 600px; } #blog-posts-over article { padding-top: 10px; diff --git a/scss/_blog.scss b/scss/_blog.scss index 20bf2f1..d915d1d 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -161,7 +161,7 @@ input[type="submit"].blogbutton { } #blog-posts-over { background: $white; - min-height: 500px; + min-height: 600px; } #blog-posts-over article { padding-top: 10px;