aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 20:55:30 -0700
committerMark Otto <[email protected]>2013-08-05 20:55:30 -0700
commitdb45a60cc86190a060f0baf0b3961cbc690f3a65 (patch)
tree9cf49a6b75e8ae44197280293a485cd8c76dda24 /less/grid.less
parent1d1e21aff6c131be7c911e2b83febe339fa48272 (diff)
downloadbootstrap-db45a60cc86190a060f0baf0b3961cbc690f3a65.tar.xz
bootstrap-db45a60cc86190a060f0baf0b3961cbc690f3a65.zip
Scope tablet classes to tablets range only
Fixes #9128
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/grid.less b/less/grid.less
index 395a7947f..5142feb65 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -92,7 +92,7 @@
.col-12 { width: 100%; }
// Small device columns (phones to tablets)
-@media (min-width: @screen-tablet) {
+@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
.container {
max-width: @container-tablet;
}