]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates global docs
authorRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 06:09:53 +0000 (23:09 -0700)
committerRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 06:09:53 +0000 (23:09 -0700)
docs/pages/global.md
scss/components/_type.scss

index e7813b67f345f40774e83f2232679ce30b6ba001..1c3950daaf87d537d086105c6143ad53e08fa9b9 100644 (file)
@@ -105,6 +105,6 @@ Unlike Foundation for Sites and Apps, the Foundation for Emails CSS is written *
 
 **Your email layout shifts from desktop to mobile at 596 pixels.** This is the width of the container, plus the width of the gutters around the container. In the Sass version of Foundation, you can change the breakpoint by modifying these variables:
 
-- `$global-width`: container width.
-- `$global-gutter`: grid gutter.
-- `$global-breakpoint`: the variable that adds those two together.
+- `$global-width`: width of the container. It's 580px by default.
+- `$global-gutter`: width of the grid gutter. It's padding to space columns away from each other or away from the edges of the container.
+- `$global-breakpoint`: The breakpoint at which the layout shifts. It's the variable that adds `$global-width` and `$global-gutter` together.
index 2639de814e7e139faf7ea1b4c2addf60d6b12466..7c2828883af15bfb725eada681791d1a22d370b3 100755 (executable)
@@ -20,7 +20,7 @@ $global-line-height: 1.3 !default;
 
 /// Font size of body text.
 /// @type Number
-$global-font-size: 14px !default;
+$global-font-size: 16px !default;
 
 /// Line height of body text.
 /// @type Number