1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Scope tablet classes to tablets range only

Fixes #9128
This commit is contained in:
Mark Otto
2013-08-05 20:55:30 -07:00
parent 1d1e21aff6
commit db45a60cc8
4 changed files with 9 additions and 7 deletions

View File

@@ -873,7 +873,7 @@ pre code {
width: 100%;
}
@media (min-width: 768px) {
@media (min-width: 768px) and (max-width: 991px) {
.container {
max-width: 728px;
}

File diff suppressed because one or more lines are too long