diff options
| author | XhmikosR <[email protected]> | 2017-09-26 11:04:25 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 11:04:25 +0300 |
| commit | 508dde0e332f1ea30a9d205df0eb9b75074d5039 (patch) | |
| tree | da0b28db1875bf5d0eb5ad9ae64f142be1f4ca26 | |
| parent | 5fc5485ed1aa62481cfb387cf38eff8be414cbd2 (diff) | |
| download | bootstrap-508dde0e332f1ea30a9d205df0eb9b75074d5039.tar.xz bootstrap-508dde0e332f1ea30a9d205df0eb9b75074d5039.zip | |
Add image dimensions in stack image. (#24100)
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 264b4f627..268ebeff8 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 src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="" class="img-fluid mb-3 mb-md-0"> + <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"> </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> |
