From 7f320b31439d1765a58590faa93244cd7936acd7 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:27:56 +0100 Subject: [PATCH] Update style.css --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 84662f2..108d59b 100644 --- a/static/style.css +++ b/static/style.css @@ -633,6 +633,11 @@ a.search_subreddit:hover { width: auto; } +img.post_media { + max-width: 100%; + width: auto; +} + #post_url { color: var(--accent); margin: 5px 20px;