min-height adjustment
authorIan Weller <ian@gaslightmedia.com>
Thu, 24 Sep 2015 12:37:02 +0000 (08:37 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 24 Sep 2015 12:37:02 +0000 (08:37 -0400)
css/app.css
scss/_main.scss

index e209dea..9256ffd 100644 (file)
@@ -6584,7 +6584,7 @@ main.page-front footer.last {
     text-transform: uppercase; }
 main.page-inside #content-wrapper {
   margin: 0 auto;
-  min-height: 500px; }
+  min-height: 535px; }
   main.page-inside #content-wrapper #page-title {
     background: #f2f2f3;
     padding: 15px; }
index c403b2a..9024e91 100644 (file)
@@ -71,7 +71,7 @@ main {
     &.page-inside {
         #content-wrapper {
             margin: 0 auto;
-            min-height: 500px;
+            min-height: 535px;
             #page-title {
                 background: $light-grey;
                 padding: 15px;