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

This commit is contained in:
mco-system 2023-05-13 09:57:44 +11:00
parent 5c1bc42918
commit 50e7693e9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[metadata]
version = 1.0.1
version = 1.0.2
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: 5em;
max-width: 7em;
}
}