commit d1a68f66f9fa01260ddbf565860c23a01e76e96f
parent 5ef014f83d4463bb62892223f7e216db34d3bfcb
Author: regexghost <dev@regexghost.com>
Date: Fri, 7 Aug 2026 16:33:33 +0100
image max-width in style.css template
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/helpers/colours/templates/Template-style.css b/helpers/colours/templates/Template-style.css
@@ -17,6 +17,10 @@ th {
padding: 0px 18px 4px 0px;
}
+img {
+ max-width: 80%;
+}
+
div.sidebar a {
font-size: 25px;
text-decoration: none;