From 61caed21e2553e1be29d98bd83c8e6ac06565ecd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 15:21:38 -0700 Subject: More consistent naming with screen size variables using xs, sm, md, and lg --- customize.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index 26df1c748..f410acefe 100644 --- a/customize.html +++ b/customize.html @@ -480,16 +480,16 @@ base_url: "../"

Media queries breakpoints

Define the breakpoints at which your layout will change, adapting to different screen sizes.

-
- +
+ - +
-
- +
+ - +
@@ -497,35 +497,41 @@ base_url: "../"

Container sizes

Define the maximum width of .container for different screen sizes.

-
+
-

For @screen-small and up.

+

For @screen-sm and up.

+
+
-

For @screen-medium and up.

+

For @screen-md and up.

-
- +
+
+ -

For @screen-large and up.

+

For @screen-lg and up.

Grid system

Define your custom responsive grid.

-
+

Number of columns in the grid.

+
+

Padding between columns.

-
+
+
- +

Point at which the navbar stops collapsing.

-- cgit v1.2.3