]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Apply min-height to dispatch page to better accommodate large monitors
authorEric Morris <eric@zurb.com>
Wed, 19 Feb 2014 18:25:35 +0000 (10:25 -0800)
committerEric Morris <eric@zurb.com>
Wed, 19 Feb 2014 18:25:35 +0000 (10:25 -0800)
sass/app.scss

index 33ce0c10f7658777e6ea020deaf0d46228197c77..eadfce3f001253b49a63553c2be4ee8576807f86 100644 (file)
@@ -568,7 +568,7 @@ ul.mobile-nav { display: block; margin-bottom: 0;
   }
   
 }
-.cs-inky { background: url(../images/inky-mobile.svg) no-repeat right bottom; background-size: 624px 558px; 
+.cs-inky { background: url(../images/inky-mobile.svg) no-repeat right bottom; background-size: 624px 558px; min-height: 60vh;
   @media only screen and (max-width: 767px){
     background: url(../images/inky-mobile-hold.svg) no-repeat center bottom; background-size: 147px 200px; padding-bottom: 140px;  
   }