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;