lower mobile breakpoint to 640px for foldable support on wyroby pages

This commit is contained in:
bronku 2026-06-10 18:09:33 +02:00
parent 1e21b526c3
commit cd3be4eba7
3 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
}
}
@media (max-width: 768px) {
@media (max-width: 640px) {
:root {
--grid-cols: 1;
}