diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html index 7b6a68323d..354577bd70 100644 --- a/js/tests/integration/index.html +++ b/js/tests/integration/index.html @@ -13,7 +13,7 @@

Hello, world!

-
+
diff --git a/site/content/docs/4.3/examples/grid/index.html b/site/content/docs/4.3/examples/grid/index.html index 7fc1f70fb2..230fd6a57b 100644 --- a/site/content/docs/4.3/examples/grid/index.html +++ b/site/content/docs/4.3/examples/grid/index.html @@ -95,10 +95,10 @@ include_js: false

Mixed: mobile and desktop

-

The Bootstrap v4 grid system has five tiers of classes: xs (extra small), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

-

Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.

+

The Bootstrap v4 grid system has five tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

+

Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg and xl, you only need to specify md.

-
.col-12 .col-md-8
+
.col-md-8
.col-6 .col-md-4
@@ -115,7 +115,7 @@ include_js: false

Mixed: mobile, tablet, and desktop

-
.col-12 .col-sm-6 .col-lg-8
+
.col-sm-6 .col-lg-8
.col-6 .col-lg-4
@@ -124,4 +124,4 @@ include_js: false
.col-6 .col-sm-4
-
+
diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 75c14088bf..df606e2224 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -303,7 +303,7 @@ Don't want your columns to simply stack in some grid tiers? Use a combination of
-
.col-12 .col-md-8
+
.col-md-8
.col-6 .col-md-4
@@ -477,7 +477,7 @@ In practice, here's how it looks. Note you can continue to use this with all oth
{{< example >}}
-
.col-12 .col-sm-6 .col-md-8
+
.col-sm-6 .col-md-8
.col-6 .col-md-4
{{< /example >}} diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 7ef4925e1f..b8a6ab4163 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -10,7 +10,7 @@
-
+
{{ partial "docs-sidebar" . }}
@@ -20,7 +20,7 @@ {{ end }} -
+

{{ .Title | markdownify }}

{{ .Page.Params.Description | markdownify }}

{{ partial "ads" . }} diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index c852850658..e4c541a2bb 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -1,5 +1,5 @@
-
+
{{ "" | safeHTML }} {{ partial "icons/import.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}

Installation

@@ -13,7 +13,7 @@ Read installation docs
-
+
{{ "" | safeHTML }} {{ partial "icons/download.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}

BootstrapCDN

@@ -30,7 +30,7 @@ Explore the docs
-
+
{{ "" | safeHTML }} {{ partial "icons/lightning.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}

Official Themes