]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix download button for gap between breakpoints
authorEric Morris <eric@zurb.com>
Wed, 19 Feb 2014 18:25:57 +0000 (10:25 -0800)
committerEric Morris <eric@zurb.com>
Wed, 19 Feb 2014 18:25:57 +0000 (10:25 -0800)
sass/app.scss

index eadfce3f001253b49a63553c2be4ee8576807f86..d146ed73ce4d26cb7c41fd7b93d33a1ba0bac2db 100644 (file)
@@ -545,6 +545,18 @@ ul.mobile-nav { display: block; margin-bottom: 0;
   .top-area.main { overflow-x: hidden; }
 }
 
+@media only screen and (max-width: 1024px) and (min-width: 940px) {
+  .top-bar-section .has-form {
+    padding-top: 0;
+    padding-bottom: 0;
+    a { 
+      line-height: 26px; 
+      padding-top: 0;
+      padding-bottom: 0;
+    }
+  }
+}
+
 /* coming-soon */
 .coming-soon { background: #004454; 
   .home-text { padding: 80px 0 83px; }