mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Merge pull request #10569 from ZDroid/patch-2
Change @screen-* to @screen-*-min
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
// Scale up the modal
|
||||
@media screen and (min-width: @screen-sm) {
|
||||
@media screen and (min-width: @screen-sm-min) {
|
||||
|
||||
.modal-dialog {
|
||||
width: 600px;
|
||||
|
||||
Reference in New Issue
Block a user