Change mobile layout breakpoint from 1024px to 630px (#5063)
630px = Drawer + 1 Column
This commit is contained in:
@ -245,7 +245,7 @@ body.rtl {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
@media screen and (min-width: 631px) {
|
||||
.column,
|
||||
.drawer {
|
||||
padding-left: 5px;
|
||||
|
Reference in New Issue
Block a user