diff options
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index d56f1fba1..1a1e5ca7d 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,8 @@ layout: home <h2 class="bd-featurette-title">Easy to get started</h2> <p class="lead">Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the Bootstrap CDN.</p> - <div class="row text-center"> - <div class="col-sm-6 col-md-5 offset-md-1 mb-3 pr-md-4"> + <div class="row justify-content-center text-center"> + <div class="col-sm-6 col-md-5 mb-3 pr-md-4"> <h4>Managed dependencies</h4> <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our build system and readme.</p> <p> |
