diff options
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index af4d79f44..1b6c488ff 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,6 +1,6 @@ <main class="bd-masthead mb-5 border-bottom" id="content" role="main"> <div class="container"> - <div class="row align-items-start"> + <div class="row"> <div class="col-6 mx-auto col-md-4 order-md-2 col-lg-5"> {{ partial "icons/bootstrap-stack.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "512" "height" "430") }} </div> |
