diff options
| author | Mark Otto <[email protected]> | 2017-05-28 17:52:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 17:52:52 -0700 |
| commit | bef65b17dc3c1b6a332e365188ddb586b3cb392a (patch) | |
| tree | 372f2c25d36401382f91b5b2947d9f36d665e5c1 /docs/index.html | |
| parent | 930012f29a177ae1c89a78fcb437b330c4df6386 (diff) | |
| download | bootstrap-bef65b17dc3c1b6a332e365188ddb586b3cb392a.tar.xz bootstrap-bef65b17dc3c1b6a332e365188ddb586b3cb392a.zip | |
fix homepage
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 556fb2461..559d5063c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home <main class="bd-masthead" id="content" role="main"> <div class="container"> - {% include icons/bootstrap.svg %} + {% include icons/bootstrap.svg class="mb-3" width="128" height="128" %} <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p> <p class="lead"> <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> |
