From f7fe5d5bca78354c1ff27340702593ca5f81a3a3 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Fri, 6 Sep 2019 08:51:46 +0300 Subject: [PATCH] homepage: remove redundant class (#29357) This broke IE11. --- site/layouts/partials/home/masthead.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index af4d79f442..1b6c488ffe 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> -- GitLab