From 6a1c7a48ccc90dad59713325d16a845c83620536 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 6 Nov 2022 22:51:40 +0100 Subject: [PATCH] Why didn't I think of this earlier? --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 77210e2..687d46b 100644 --- a/static/style.css +++ b/static/style.css @@ -79,6 +79,9 @@ header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; fo menu{padding:0; width: 100%; border-right:solid 0pt;} menu a{ padding-left: 1em;} } +.post-content img{ + max-width: 100%; +} .stickers{ text-align:center; } .gay{ background:linear-gradient(-45deg, var(--ansi01), var(--ansi02), var(--ansi03), var(--ansi04), var(--ansi05), var(--ansi06));