diff options
| -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. |
