mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-03 17:03:13 +00:00
Keep the Menu Items square, while filling container
This commit is contained in:
parent
200aa6b04f
commit
17476d3f2c
4 changed files with 119 additions and 90 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue