From 8ed121829494fd469f546f499007115e33424c22 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 1 Nov 2021 15:29:31 +0900 Subject: [PATCH] update grid example docs (#35308) --- site/content/docs/5.1/examples/grid/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.1/examples/grid/index.html b/site/content/docs/5.1/examples/grid/index.html index f26829b4f9..fae182a1cd 100644 --- a/site/content/docs/5.1/examples/grid/index.html +++ b/site/content/docs/5.1/examples/grid/index.html @@ -110,8 +110,8 @@ include_js: false

Mixed: mobile and desktop

-

The Bootstrap v4 grid system has five tiers of classes: xs (extra small, this class infix is not used), 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 md, lg and xl, you only need to specify md.

+

The Bootstrap v5 grid system has six tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), xl (x-large), and xxl (xx-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 md, lg, xl and xxl, you only need to specify md.

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