diff --git a/docs/css.html b/docs/css.html index b4eaabe9b5..1dc9c1da50 100644 --- a/docs/css.html +++ b/docs/css.html @@ -82,11 +82,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 %}