You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="lead">Basic grid layouts to get you familiar with building within the OUDS Web grid system.</p>
16
16
<p>In these examples the <code>.themed-grid-col</code> class is added to the columns to add some theming. This is not a class that is available in OUDS Web by default.</p>
Copy file name to clipboardExpand all lines: site/content/docs/0.0/layout/columns.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ toc: true
20
20
21
21
-**OUDS Web includes predefined classes for creating fast, responsive layouts.** With [eight breakpoints]({{< docsref "/layout/breakpoints" >}}) (2xs, xs, sm, md, xl, 2xl and 3xl) and a dozen columns at each grid tier, we have dozens of classes already built for you to create your desired layouts. This can be disabled via Sass if you wish.
22
22
23
-
-**Don't use too small columns for the main grid.**In order to respect the design system, on main site grid, you should only use columns with multiple of **3** for small breakpoints (`2xs`, `xs` and `sm`). You also should use multiple of **2** for medium breakpoints (`2xs`, `xs`, `sm`, `md` and `lg`).
23
+
-**Don't use columns that are too small for the main grid.**To align with the design system, for the main site grid, you should only use columns in multiples of **3** for smaller breakpoints (`2xs`, `xs`, and `sm`). For medium and larger breakpoints (`md` and `lg`), use columns in multiples of **2**.
24
24
25
25
{{< bootstrap-compatibility >}}
26
26
@@ -272,7 +272,7 @@ $utilities: map-merge(
272
272
273
273
### Offsetting columns
274
274
275
-
You can offset grid columns in two ways: our responsive `.offset-` grid classes and our [margin utilities]({{< docsref "/utilities/spacing" >}}). Grid classes are sized to match columns while margins are more useful for quick layouts where the width of the offset is variable.
275
+
You can offset grid columns with <!--in two ways: -->our responsive `.offset-` grid classes<!-- and our [margin utilities]({{< docsref "/utilities/spacing" >}})-->. Grid classes are sized to match columns<!-- while margins are more useful for quick layouts where the width of the offset is variable-->.
276
276
277
277
#### Offset classes
278
278
@@ -309,7 +309,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
309
309
</div>
310
310
{{< /example >}}
311
311
312
-
#### Margin utilities
312
+
<!--#### Margin utilities
313
313
314
314
With flexbox grids, you can use margin utilities like `.me-auto` to force sibling columns away from one another.
315
315
@@ -328,7 +328,7 @@ With flexbox grids, you can use margin utilities like `.me-auto` to force siblin
0 commit comments