diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 11fff040e9..9ea65e8071 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -536,13 +536,13 @@ Use `.order-` classes for controlling the **visual order** of your content. Thes
- First, but unordered + First in DOM, no order applied
- Second, but last + Second in DOM, with a larger order
- Third, but first + Third in DOM, with an order of 1
@@ -556,13 +556,13 @@ There are also responsive `.order-first` and `.order-last` classes that change t
- First, but last + First in DOM, ordered last
- Second, but unordered + Second in DOM, unordered
- Third, but first + Third in DOM, ordered first