diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index 54f691edc..6ee1d0884 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -27,8 +27,8 @@
-
-
+
+
-
+
@yield('body')
diff --git a/docs/source/grid.md b/docs/source/grid.md index 3ca07b146..332f54e31 100644 --- a/docs/source/grid.md +++ b/docs/source/grid.md @@ -7,8 +7,8 @@ title: "Grid" Basic grid example: -
-
.flex.flex-wrap
+
+
.flex.flex-wrap
@@ -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: -
-
.flex
+
+
.flex