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

@ -1,5 +1,5 @@
[metadata]
version = 1.0.0
version = 1.0.1
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License

View File

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