Fixed add on smaller screens

This commit is contained in:
Tracker-Friendly 2024-03-08 20:25:51 +00:00
parent 06b0f46e64
commit f67b838b99
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ img {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
padding-bottom: 5px; padding-bottom: 5px;
overflow-x: scroll;
} }
.burgerbox { .burgerbox {