From 78a3447cc5766133a8757998d41e4187a1811c20 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 15 Oct 2023 10:43:00 +0200 Subject: Limit size of images in posts to fit. --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/style.css b/public/style.css index 165e854..4bbd0bd 100644 --- a/public/style.css +++ b/public/style.css @@ -275,6 +275,10 @@ div.post + div.edit { text-align: right; } +div.body img { + max-width: 100%; +} + /* GAME BOXES */ .game_list { -- cgit v1.2.3