fix: too small image for goodies and food illustrations on mobiles

This commit is contained in:
mco-system
2023-05-13 09:55:08 +11:00
parent a4ebd66b1d
commit 5c1bc42918
2 changed files with 2 additions and 2 deletions

View File

@@ -110,6 +110,6 @@
text-align: justify;
}
.goodies_pic, .food_pic {
max-width: 4em;
max-width: 5em;
}
}