aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 23:27:08 -0800
committerMark Otto <[email protected]>2014-12-04 23:27:08 -0800
commita4e991c1a6f083243fcb6c3fab02a4818c06c1c5 (patch)
tree090813babd728eab2bfe383b181e9dcdba16dd5a /docs/layout
parent8454382b6af89434b5cc0ce58efa955b649d904d (diff)
parentbc3a2f669d6527c72e3896af5c2fc97048e67595 (diff)
downloadbootstrap-a4e991c1a6f083243fcb6c3fab02a4818c06c1c5.tar.xz
bootstrap-a4e991c1a6f083243fcb6c3fab02a4818c06c1c5.zip
Merge pull request #3 from twbs/v4_grid
Add new grid tier
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md7
1 files changed, 6 insertions, 1 deletions
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