add img width 100% for byline images
1 files changed, 4 insertions(+), 0 deletions(-) M main/templates/assets/style.css
M main/templates/assets/style.css => main/templates/assets/style.css +4 -0
@@ 513,6 513,10 @@ form .helptext { margin: 16px 0 24px; } +.byline img { + width: 100%; +} + .webring { margin-top: 64px; display: flex;