diff --git a/css.html b/css.html
index 095be1deb..7d53caa31 100644
--- a/css.html
+++ b/css.html
@@ -91,16 +91,20 @@ base_url: "../"
|
- Tiny grid
+ Tiny devices
Phones (<480px)
|
- Small grid
+ Small devices
Tablets (<768px)
|
- Medium-large grid
- Desktops (>768px)
+ Medium devices
+ Desktops (>992px)
+ |
+
+ Large devices
+ Desktops (>1200px)
|
@@ -108,31 +112,49 @@ base_url: "../"
| Grid behavior |
Horizontal at all times |
- Collapsed to start, horizontal above breakpoints |
+ Collapsed to start, horizontal above breakpoints |
+
+
+ | Max container width |
+ None (auto) |
+ 728px |
+ 940px |
+ 1170px |
| Class prefix |
.col- |
.col-sm- |
- .col-lg- |
+ .col-lg- |
| # of columns |
- 12 |
+ 12 |
+
+
+ | Max column width |
+ Auto |
+ ~60px |
+ ~78px |
+ ~98px |
+
+
+ | Gutter width |
+ 30px (15px on each side of a column) |
| Nestable |
- Yes |
+ Yes |
| Offsets |
N/A |
- Yes |
+ Yes |
| Column ordering |
N/A |
- Yes |
+ Yes |