aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-09-11 10:32:08 +0200
committerZlatan Vasović <[email protected]>2013-09-11 10:32:08 +0200
commite2e1c80d1a5f8949f699f2286c3a959353ed4913 (patch)
treed7ab5be94ed0410cfc9949562ff37339005455aa
parentb8a33eb1e075d10fbf06546b19034d4217f6bb28 (diff)
downloadbootstrap-e2e1c80d1a5f8949f699f2286c3a959353ed4913.tar.xz
bootstrap-e2e1c80d1a5f8949f699f2286c3a959353ed4913.zip
Another fixup
-rw-r--r--less/grid.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/grid.less b/less/grid.less
index a1ec1b298..39f1049b6 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -114,7 +114,7 @@
// Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
// it's full-width.
-@media (min-width: @screen-sm) {
+@media (min-width: @screen-sm-min) {
.container {
width: @container-sm;
}
@@ -192,7 +192,7 @@
// Note that `.col-md-12` doesn't get floated on purpose--there's no need since
// it's full-width.
-@media (min-width: @screen-md) {
+@media (min-width: @screen-md-min) {
.container {
width: @container-md;
}