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
Copy file name to clipboardExpand all lines: site/content/docs/0.0/layout/columns.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ $utilities: map-merge(
266
266
267
267
### Offsetting columns
268
268
269
-
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.
269
+
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-->.
270
270
271
271
#### Offset classes
272
272
@@ -303,7 +303,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
303
303
</div>
304
304
{{< /example >}}
305
305
306
-
#### Margin utilities
306
+
<!--#### Margin utilities
307
307
308
308
With flexbox grids, you can use margin utilities like `.me-auto` to force sibling columns away from one another.
309
309
@@ -322,7 +322,7 @@ With flexbox grids, you can use margin utilities like `.me-auto` to force siblin
0 commit comments