From 5c1bc4291808619e8f0f2926bfc85ac63066875b Mon Sep 17 00:00:00 2001 From: mco-system Date: Sat, 13 May 2023 09:55:08 +1100 Subject: [PATCH] fix: too small image for goodies and food illustrations on mobiles --- setup.cfg | 2 +- src/thsf/static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e010bfb..f15a55d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.0.0 +version = 1.0.1 classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License diff --git a/src/thsf/static/css/custom.css b/src/thsf/static/css/custom.css index 71f4345..b3130a0 100644 --- a/src/thsf/static/css/custom.css +++ b/src/thsf/static/css/custom.css @@ -110,6 +110,6 @@ text-align: justify; } .goodies_pic, .food_pic { - max-width: 4em; + max-width: 5em; } }