]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Switch breakpoint to 600px
authorEric Morris <eric@zurb.com>
Tue, 1 Oct 2013 20:37:35 +0000 (13:37 -0700)
committerEric Morris <eric@zurb.com>
Tue, 1 Oct 2013 20:37:35 +0000 (13:37 -0700)
css/ink.css

index abb78034a2b31b2c3e5fa665115beadd4bceb9a6..afb52e8f5a3359b7767b6357c67552cc80d9f2c8 100644 (file)
@@ -1,4 +1,4 @@
-/* Ink v0.6.0 - Copyright 2013 ZURB Inc */
+/* Ink v0.6.1 - Copyright 2013 ZURB Inc */
 
 /**********************************************
 * Client-specific Styles & Reset              *
@@ -238,6 +238,10 @@ body, h1, h2, h3, h4, h5, h6, p {
   line-height: 1.3;
 }
 
+h1, h2, h3, h4, h5, h6 {
+  word-break: normal;
+}
+
 h1 {font-size: 59px;}
 h2 {font-size: 45px;}
 h3 {font-size: 37px;}
@@ -430,11 +434,21 @@ a.rounded td {
   -moz-border-radius: 500px;
   border-radius: 500px;
 }
+
+/**********************************************
+* Outlook First                               *
+**********************************************/
+
+body.outlook img {
+  width: auto !important;
+  max-width: none !important;
+}
+
 /**********************************************
 * Media Queries                               *
 **********************************************/
 
-@media only screen and (max-width: 580px) {
+@media only screen and (max-width: 600px) {
 
   table[class="body"] .container {
     width: 95% !important;
@@ -493,13 +507,4 @@ a.rounded td {
   table[class="body"] .hide-for-desktop {
     display: inherit !important;
   }
-}
-
-/**********************************************
-* Outlook First                               *
-**********************************************/
-
-body.outlook img {
-  width: auto !important;
-  max-width: none !important;
 }
\ No newline at end of file