From: Ian Weller Date: Fri, 18 Sep 2015 20:10:42 +0000 (-0400) Subject: last min adjustments X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=62123f6dc9d8d32e2d560d5696a2dc32e9815549;p=WP-Themes%2Fmichsci.git last min adjustments --- diff --git a/css/app.css b/css/app.css index 09d20da..d1bbd7f 100644 --- a/css/app.css +++ b/css/app.css @@ -6572,7 +6572,7 @@ main.page-front #content-wrapper { font-weight: bold; } main.page-inside #content-wrapper { margin: 0 auto; - min-height: 700px; } + min-height: 748px; } main.page-inside #content-wrapper #page-title { background: #f2f2f3; padding: 15px; } diff --git a/scss/_main.scss b/scss/_main.scss index b5327a8..3713278 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -57,7 +57,7 @@ main { &.page-inside { #content-wrapper { margin: 0 auto; - min-height: 700px; + min-height: 748px; #page-title { background: $light-grey; padding: 15px;