diff --git a/docs/components.html b/docs/components.html index 10b2aec202..aeddc32d20 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1040,7 +1040,7 @@ -
When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of apdding to the <body>
. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.
When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of padding to the <body>
. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.
A simple link to show your brand or project name only requires an anchor tag.
@@ -1516,7 +1516,7 @@Page header
-A simple shell for an
+h1
to appropratiely space out and segment sections of content on a page. It can utilize theh1
's defaultsmall
, element as well most other components (with additional styles).A simple shell for an
h1
to appropriately space out and segment sections of content on a page. It can utilize theh1
's defaultsmall
, element as well most other components (with additional styles).diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 29491c118b..545f1cd875 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -554,7 +554,7 @@What are they -
For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.
+For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.
When to use
Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.
For example, you might show a
<select>
element for nav on mobile layouts, but not on tablets or desktops.