+ Сверхузкие телефоны

This commit is contained in:
none 2024-02-02 20:56:45 +03:00
parent dcb24918a0
commit 129f0aa6ee

View File

@ -124,3 +124,9 @@ body {
} }
} }
/* Сверхузкие телефоны */
@media (max-width: 400px) {
.panel {
flex-direction: column;
}
}