@@ -30,8 +30,8 @@ Basic grid example:
Columns don't need to fill a row:
-
-
.flex
+
+
.flex
@@ -54,8 +54,8 @@ Columns don't need to fill a row:
Columns can be different widths:
-
-
.flex
+
+
.flex
@@ -78,8 +78,8 @@ Columns can be different widths:
Rows can overflow and wrap:
-
-
.flex.flex-wrap
+
+
.flex.flex-wrap
@@ -111,8 +111,8 @@ Rows can overflow and wrap:
Columns can have gutters:
-
-
.flex.pull-x-4
+
+
.flex.pull-x-4
@@ -144,8 +144,8 @@ Columns can have gutters:
Column widths can be automatic:
-
-
.flex
+
+
.flex
@@ -177,8 +177,8 @@ Column widths can be automatic:
Fixed width columns are still respected even if a smaller screen has auto column widths:
-
-
.flex
+
+
.flex
@@ -221,8 +221,8 @@ Fixed width columns are still respected even if a smaller screen has auto column
Use margin auto utilities to accomplish offsets:
-