Skip to content

Commit

Permalink
Revert accidental alt addition from Bootstrap stack image. (#24122)
Browse files Browse the repository at this point in the history
Remove accidental `alt` addition from Bootstrap stack image.
  • Loading branch information
XhmikosR authored Sep 26, 2017
1 parent dfc946b commit 0ee85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container">
<div class="row align-items-center">
<div class="col-6 mx-auto col-md-6 order-md-2">
<img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="Bootstrap Stack image" width="1024" height="860">
<img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="" width="1024" height="860">
</div>
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
<h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1>
Expand Down

0 comments on commit 0ee85c9

Please sign in to comment.