0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

homepage: remove redundant class (#29357)

This broke IE11.
This commit is contained in:
XhmikosR 2019-09-06 08:51:46 +03:00 committed by GitHub
parent eb49bd11c9
commit f7fe5d5bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<main class="bd-masthead mb-5 border-bottom" id="content" role="main"> <main class="bd-masthead mb-5 border-bottom" id="content" role="main">
<div class="container"> <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"> <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") }} {{ partial "icons/bootstrap-stack.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "512" "height" "430") }}
</div> </div>