diff options
| author | Mark Otto <[email protected]> | 2013-08-05 20:55:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 20:55:30 -0700 |
| commit | db45a60cc86190a060f0baf0b3961cbc690f3a65 (patch) | |
| tree | 9cf49a6b75e8ae44197280293a485cd8c76dda24 /less/grid.less | |
| parent | 1d1e21aff6c131be7c911e2b83febe339fa48272 (diff) | |
| download | bootstrap-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.less | 2 |
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; } |
