diff --git a/docs/css.html b/docs/css.html index 2a2d500977..1c2c851703 100644 --- a/docs/css.html +++ b/docs/css.html @@ -76,11 +76,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
Look to the examples for applying these principles to your code.
-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 padding: 0 15px;
to offset the margin: 0 -15px;
used on .row
s.
We use the following media queries in our Less files to create the key breakpoints in our grid system.
{% highlight scss %}