Skip to content

Commit

Permalink
homepage: remove redundant class (twbs#29357)
Browse files Browse the repository at this point in the history
This broke IE11.
  • Loading branch information
XhmikosR authored and lucanos committed Oct 27, 2019
1 parent e5d9334 commit 6b73606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/home/masthead.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 6b73606

Please sign in to comment.