lower mobile breakpoint to 640px for foldable support on wyroby pages
This commit is contained in:
parent
1e21b526c3
commit
cd3be4eba7
3 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 640px) {
|
||||
:root {
|
||||
--grid-cols: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue