From f4f2d8a377a5bd2ff684025c20dab02a92205204 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 21:02:38 +0100 Subject: [PATCH] Update style.css --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index b096a8e..6a599e5 100644 --- a/static/style.css +++ b/static/style.css @@ -722,6 +722,10 @@ img.post_media { align-self: end; } +.post_thumbnail img { + max-width: 100%; +} + .stickied { --accent: var(--green); border: 1px solid var(--green);