diff options
| author | Mark Otto <[email protected]> | 2017-07-01 10:44:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 10:44:20 -0700 |
| commit | 1c64adfb417925bb2bf2d73580c35762826181c2 (patch) | |
| tree | 6dfc121d1e8f3686aef4f54f1086136665a3d2ad | |
| parent | 78167242b396f2c581468dd761f15391ee1e44f5 (diff) | |
| download | bootstrap-1c64adfb417925bb2bf2d73580c35762826181c2.tar.xz bootstrap-1c64adfb417925bb2bf2d73580c35762826181c2.zip | |
no need for offset, use justify-content-center
| -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> |
