]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11464 from ncoden/docs/remove-vertical-block-grid-11463 for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 25 Aug 2018 20:34:53 +0000 (22:34 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 25 Aug 2018 20:34:53 +0000 (22:34 +0200)
2bb3df02d docs: remove mentions of unsupported Y Grid from block grids section

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/xy-grid.md

index 5447827483fa92ad2381f1d6944384ab6d9591b8..f4e6a9ec2de768ca64ac96b1c91fc6e06e478953 100644 (file)
@@ -237,7 +237,7 @@ Offsets work by applying `margin-left` (or `margin-top` for a vertical grid) to
 
 ## Block Grids
 
-To define cell widths within a direction-level, instead of the individual cell level, add the class `.[size]-up-[n]` to a `grid-x` or `grid-y`, where `[n]` is the number of cells to display per direction, and `[size]` is the breakpoint at which to apply the effect.
+To define cell widths within a direction-level, instead of the individual cell level, add the class `.[size]-up-[n]` to a `grid-x`, where `[n]` is the number of cells to display per direction, and `[size]` is the breakpoint at which to apply the effect.
 
 <div class="callout primary">This example uses padding grid but this can be used with margin grid too.</div>
 
@@ -256,6 +256,8 @@ To define cell widths within a direction-level, instead of the individual cell l
 </div>
 ```
 
+Block Grids are not availaible for the vertical grids. Use the [basic layout](#vertical-grids) with a size applied on each cell of the grid instead.
+
 ---
 
 ## Looking for Push/Pull?