mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Another fixup
This commit is contained in:
parent
b8a33eb1e0
commit
e2e1c80d1a
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
||||||
// Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
|
// Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
|
||||||
// it's full-width.
|
// it's full-width.
|
||||||
|
|
||||||
@media (min-width: @screen-sm) {
|
@media (min-width: @screen-sm-min) {
|
||||||
.container {
|
.container {
|
||||||
width: @container-sm;
|
width: @container-sm;
|
||||||
}
|
}
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
// Note that `.col-md-12` doesn't get floated on purpose--there's no need since
|
// Note that `.col-md-12` doesn't get floated on purpose--there's no need since
|
||||||
// it's full-width.
|
// it's full-width.
|
||||||
|
|
||||||
@media (min-width: @screen-md) {
|
@media (min-width: @screen-md-min) {
|
||||||
.container {
|
.container {
|
||||||
width: @container-md;
|
width: @container-md;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue