Keep the Menu Items square, while filling container

This commit is contained in:
Michał Gdula 2024-05-05 14:22:30 +01:00
parent 200aa6b04f
commit 17476d3f2c
4 changed files with 119 additions and 90 deletions

View file

@ -202,7 +202,14 @@
}
}
@media only screen and (max-width: 670px) {
@media only screen and (max-width: 900px) {
#filter {
min-width: calc(250px - $spacing-normal);
max-width: calc(250px - $spacing-normal);
}
}
@media only screen and (max-width: 700px) {
.menu {
flex-direction: column;
}