aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 15:21:38 -0700
committerMark Otto <[email protected]>2013-08-17 15:21:38 -0700
commit61caed21e2553e1be29d98bd83c8e6ac06565ecd (patch)
tree5919c94a42b48841b75eff0f1f25df44a2d90dd6 /less/grid.less
parent5ba19dc8849b1b87836404acfa8bbb336db1e496 (diff)
downloadbootstrap-61caed21e2553e1be29d98bd83c8e6ac06565ecd.tar.xz
bootstrap-61caed21e2553e1be29d98bd83c8e6ac06565ecd.zip
More consistent naming with screen size variables using xs, sm, md, and lg
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/grid.less b/less/grid.less
index e3684e5ae..c77f455f3 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -272,9 +272,9 @@
// Note that `.col-lg-12` doesn't get floated on purpose—there's no need since
// it's full-width.
-@media (min-width: @screen-large-desktop) {
+@media (min-width: @screen-lg-desktop) {
.container {
- max-width: @container-large-desktop;
+ max-width: @container-lg-desktop;
}
.col-lg-1,