update default media queries breakpoints
This commit is contained in:
parent
4a90d20aa9
commit
6e97df10d9
11 changed files with 60 additions and 33 deletions
|
@ -123,7 +123,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: @screen-sm) {
|
||||
.@{modal-prefix-cls} {
|
||||
width: auto !important;
|
||||
margin: 10px;
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: @screen-sm) {
|
||||
.@{scroll-prefix-cls} {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue