diff options
| author | XhmikosR <[email protected]> | 2017-09-26 19:13:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 19:13:57 +0300 |
| commit | 0ee85c962e81b231877abfe412738166941ceaad (patch) | |
| tree | df8d4d28a855ccc9bfe6b8a55632cb71c01bc783 | |
| parent | dfc946b7770704334aa27beae0b19214a3dfd96b (diff) | |
| download | bootstrap-0ee85c962e81b231877abfe412738166941ceaad.tar.xz bootstrap-0ee85c962e81b231877abfe412738166941ceaad.zip | |
Revert accidental `alt` addition from Bootstrap stack image. (#24122)
Remove accidental `alt` addition from Bootstrap stack image.
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 268ebeff8..49523109f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ layout: home <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> |
