From a1a3a007b6c83b6142c47379d7c3e754deaf8193 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 4 Dec 2014 21:02:04 -0800 Subject: tweak grid docs, add new tier --- docs/layout/grid.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/layout') diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 3a5c631a2..3e59a785f 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -3,7 +3,12 @@ layout: page title: Grid system --- -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](#grid-example-basic) for easy layout options, as well as powerful [mixins for generating more semantic layouts](#grid-semantic). +Bootstrap includes a powerful grid system for building layouts of all shapes and sizes. It's based on a 12 column layout and features multiple tiers for different device sizes. Put it to work with our predefined classes or semantic mixins. Plus, it's mobile-first! + +### Quick start + +- Example grid class +- Example mixins ### Introduction -- cgit v1.2.3