fix: too small image for goodies and food illustrations on mobiles
This commit is contained in:
parent
a4ebd66b1d
commit
5c1bc42918
@ -1,5 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
version = 1.0.0
|
version = 1.0.1
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
|
@ -110,6 +110,6 @@
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
.goodies_pic, .food_pic {
|
.goodies_pic, .food_pic {
|
||||||
max-width: 4em;
|
max-width: 5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user