aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 13:02:10 -0800
committerMark Otto <[email protected]>2016-02-06 13:02:10 -0800
commit7114e94d6668ad2b7b91b67d2b3d75a9258b1c2a (patch)
treea2b1cae1fa2acea8b7e7045206b73d6aae93ebf3 /docs/layout
parent414ae3aa1a56d5c07e3b986cb150bacd94f3a8ad (diff)
downloadbootstrap-7114e94d6668ad2b7b91b67d2b3d75a9258b1c2a.tar.xz
bootstrap-7114e94d6668ad2b7b91b67d2b3d75a9258b1c2a.zip
formatting
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 75ee5d9c3..b0e00a396 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -52,8 +52,7 @@ The above example creates three equal-width columns on small, medium, large, and
## Grid options
-While Bootstrap uses `em`s or `rem`s for defining most sizes, `px`s are used for grid breakpoints and container widths.
-This is because the viewport width is in pixels and does not change with the [font size](https://drafts.csswg.org/mediaqueries-3/#units).
+While Bootstrap uses `em`s or `rem`s for defining most sizes, `px`s are used for grid breakpoints and container widths. This is because the viewport width is in pixels and does not change with the [font size](https://drafts.csswg.org/mediaqueries-3/#units).
See how aspects of the Bootstrap grid system work across multiple devices with a handy table.