diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 4ef5e4bca0..543d004f30 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -12,6 +12,7 @@
Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.
-Grid systems are great for building easy to use and maintain web pages. In the most basic implementation, you create rows of columns to house your content. Bootstrap's grid system enables this in two ways: predefined CSS classes and LESS mixins. In both cases, the following guidelines apply.
+Grid systems are used for creating page layouts through a series of rows and columns that house your content. Here's how the Bootstrap grid system works:
.row
to house your columns. No content should be placed directly within a row, only in columns..row
and .col-xs-4
are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts..col-xs-4
.Look to the examples for applying these principles to your code.
We use the following media queries in our LESS files to create the key breakpoints in our grid system.