mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
no need for offset, use justify-content-center
This commit is contained in:
parent
78167242b3
commit
1c64adfb41
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user