mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
no need for offset, use justify-content-center
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user