From 427f667b36d056efd6de93cd909f10450a3915fd Mon Sep 17 00:00:00 2001 From: Jordan Robinson Date: Sat, 22 Nov 2025 12:39:12 +0000 Subject: [PATCH] add img width 100% for byline images --- main/templates/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/templates/assets/style.css b/main/templates/assets/style.css index b531b398e03bb47ca328b62443c234fbc97885fd..4b55a41748ab60c139ed3f1132f9834d1743e26c 100644 --- a/main/templates/assets/style.css +++ b/main/templates/assets/style.css @@ -513,6 +513,10 @@ form .helptext { margin: 16px 0 24px; } +.byline img { + width: 100%; +} + .webring { margin-top: 64px; display: flex;