From 361ab8063df9bb3a7f7f02c3f104b2a012a2e54b Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 16 Aug 2019 10:23:51 +0200 Subject: [PATCH] Clarify order documentation (#29252) --- site/content/docs/4.3/layout/grid.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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