aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-06 08:51:46 +0300
committerGitHub <[email protected]>2019-09-06 08:51:46 +0300
commitf7fe5d5bca78354c1ff27340702593ca5f81a3a3 (patch)
tree7a8ab0c916dc9818a30bada0da1327035a6bc0d6
parenteb49bd11c9e5f2705d4efa78c029a1de3a2fb832 (diff)
downloadbootstrap-f7fe5d5bca78354c1ff27340702593ca5f81a3a3.tar.xz
bootstrap-f7fe5d5bca78354c1ff27340702593ca5f81a3a3.zip
homepage: remove redundant class (#29357)
This broke IE11.
-rw-r--r--site/layouts/partials/home/masthead.html2
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>