diff options
Diffstat (limited to 'less/grid.less')
| -rw-r--r-- | less/grid.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/grid.less b/less/grid.less index 44e38994e..d3a3cf6bc 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-tablet) { +@media (min-width: @screen-sm) { .container { max-width: @container-tablet; } @@ -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-desktop) { +@media (min-width: @screen-md) { .container { max-width: @container-desktop; } |
