]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes docs collapse description
authorRafiBomb <rafi@zurb.com>
Wed, 4 Oct 2017 23:39:31 +0000 (16:39 -0700)
committerRafiBomb <rafi@zurb.com>
Wed, 4 Oct 2017 23:39:31 +0000 (16:39 -0700)
docs/pages/flex-grid.md
docs/pages/grid.md

index 7cf3a04166c897dc6917bc15243bcd6eafcde54c..dd6b86e1eb815ce16cc3ef2b660d48eeee52f867 100644 (file)
@@ -316,7 +316,7 @@ Similar alignment classes can also be applied to individual columns, which use t
 
 The `.collapse` class lets you remove column gutters (padding).
 
-There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows no gutter at small media size and then adds the gutter to columns at medium.
+There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows gutters at small and medium and no gutters on large and up.
 
 The `.is-collapse-child` class removes negative margins from nested row under collapsed parent.
 
index e177844cff6b33381f11d5982edc543947de40fb..36cded4f5f81b2b2f778c5510872dd2d4362ea15 100644 (file)
@@ -388,7 +388,7 @@ You can also explicitly set the gutter size for a particular grid row by adding
 
 The `.collapse` class lets you remove column gutters (padding).
 
-There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows no gutter at small media size and then adds the gutter to columns at medium.
+There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows gutters at small and medium and no gutters on large and up.
 
 <div class="docs-codepen-container">
 <a class="codepen-logo-link" href="http://codepen.io/ZURBFoundation/pen/xdWKqa?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/edit-in-browser.svg" class="" height="" width="" alt="edit on codepen button"></a>