mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #12497 from twbs/container-fluid-is-now-a-thing
rm DIY full-width callout now that there's .container-fluid
This commit is contained in:
commit
77d160151f
1 changed files with 0 additions and 5 deletions
|
@ -76,11 +76,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
|
||||||
</ul>
|
</ul>
|
||||||
<p>Look to the examples for applying these principles to your code.</p>
|
<p>Look to the examples for applying these principles to your code.</p>
|
||||||
|
|
||||||
<div class="bs-callout bs-callout-info">
|
|
||||||
<h4>Grids and full-width layouts</h4>
|
|
||||||
<p>Folks looking to create fully fluid layouts (meaning your site stretches the entire width of the viewport) must wrap their grid content in a containing element with <code>padding: 0 15px;</code> to offset the <code>margin: 0 -15px;</code> used on <code>.row</code>s.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3 id="grid-media-queries">Media queries</h3>
|
<h3 id="grid-media-queries">Media queries</h3>
|
||||||
<p>We use the following media queries in our Less files to create the key breakpoints in our grid system.</p>
|
<p>We use the following media queries in our Less files to create the key breakpoints in our grid system.</p>
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
|
|
Loading…
Reference in a new issue