From e5e6d0c86d1456ce43fb2ae84983f7cbe2e707f6 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 1 May 2018 10:34:47 -0400 Subject: [PATCH] Fix heading levels (#26433) H3 was used without preceding H2, breaking document flow. --- docs/4.1/examples/grid/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/4.1/examples/grid/index.html b/docs/4.1/examples/grid/index.html index 0be50f8163..0af25de142 100644 --- a/docs/4.1/examples/grid/index.html +++ b/docs/4.1/examples/grid/index.html @@ -22,7 +22,7 @@

Bootstrap grid examples

Basic grid layouts to get you familiar with building within the Bootstrap grid system.

-

Five grid tiers

+

Five grid tiers

There are five tiers to the Bootstrap grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.

@@ -55,7 +55,7 @@
.col-xl-4
-

Three equal columns

+

Three equal columns

Get three equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

.col-md-4
@@ -63,7 +63,7 @@
.col-md-4
-

Three unequal columns

+

Three unequal columns

Get three columns starting at desktops and scaling to large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.

.col-md-3
@@ -71,19 +71,19 @@
.col-md-3
-

Two columns

+

Two columns

Get two columns starting at desktops and scaling to large desktops.

.col-md-8
.col-md-4
-

Full width, single column

+

Full width, single column

No grid classes are necessary for full-width elements.


-

Two columns with two nested columns

+

Two columns with two nested columns

Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

At mobile device sizes, tablets and down, these columns and their nested columns will stack.

@@ -99,7 +99,7 @@
-

Mixed: mobile and desktop

+

Mixed: mobile and desktop

The Bootstrap v4 grid system has five tiers of classes: xs (extra small), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.

@@ -118,7 +118,7 @@
-

Mixed: mobile, tablet, and desktop

+

Mixed: mobile, tablet, and desktop

.col-12 .col-sm-6 .col-lg-8