Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-29 12:09:48 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-29 12:09:48 +0300
commit6e58d5c2a6be817a663f023c66d9b05b1d901f09 (patch)
tree435b0d0ac6f8db2706b0e92380356154a87ec4d7 /templates/project
parente82238cbb4112652ed637e000710956e1aaf0a02 (diff)
rake update[v4-dev]
Diffstat (limited to 'templates/project')
-rw-r--r--templates/project/_bootstrap-variables.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/project/_bootstrap-variables.scss b/templates/project/_bootstrap-variables.scss
index 774d277..f347d15 100644
--- a/templates/project/_bootstrap-variables.scss
+++ b/templates/project/_bootstrap-variables.scss
@@ -91,13 +91,13 @@
// // Extra small screen / phone
// xs: 0,
// // Small screen / phone
-// sm: 34em,
+// sm: 544px,
// // Medium screen / tablet
-// md: 48em,
+// md: 768px,
// // Large screen / desktop
-// lg: 62em,
+// lg: 992px,
// // Extra large screen / wide desktop
-// xl: 75em
+// xl: 1200px
// );
@@ -106,10 +106,10 @@
// Define the maximum width of `.container` for different screen sizes.
// $container-max-widths: (
-// sm: 34rem, // 480
-// md: 45rem, // 720
-// lg: 60rem, // 960
-// xl: 72.25rem // 1140
+// sm: 576px,
+// md: 720px,
+// lg: 940px,
+// xl: 1140px
// );