diff options
| author | Mark Otto <[email protected]> | 2021-02-17 22:09:30 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-17 22:09:30 -0800 |
| commit | 9b4422911399430f52e5725ddc6fbf146d9a4cb1 (patch) | |
| tree | 5d5013df3a2f44ccf86876c99b96d0c48780ca28 /site/layouts | |
| parent | 5c32767e0e0dbac2d934bcdee03719a65d3f1187 (diff) | |
| download | bootstrap-docs-tweaks.tar.xz bootstrap-docs-tweaks.zip | |
Tweak alignment in herodocs-tweaks
Diffstat (limited to 'site/layouts')
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index a8a465fed..96a1175b4 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,10 +1,10 @@ <div class="bd-masthead mb-3" id="content"> <div class="container px-4 px-md-3"> <div class="row align-items-lg-center"> - <div class="col-8 mx-auto col-md-4 order-md-2 col-lg-5"> + <div class="col-8 mx-md-auto col-md-4 order-md-2 col-lg-5"> {{ partial "icons/homepage-hero.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "600" "height" "533") }} </div> - <div class="col-md-8 order-md-1 col-lg-7 text-center text-md-start"> + <div class="col-md-8 order-md-1 col-lg-7"> <h1 class="mb-3">Build fast, responsive sites with Bootstrap</h1> <p class="lead mb-4"> Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins. |
