From aa6b3af6c11766d2d9fcb20824aed277ab1a1434 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Mon, 12 Jan 2026 18:43:14 +0100 Subject: [PATCH] css: fix image sizing --- cmd/web/client/scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/client/scss/index.scss b/cmd/web/client/scss/index.scss index e593241..67fa1c8 100644 --- a/cmd/web/client/scss/index.scss +++ b/cmd/web/client/scss/index.scss @@ -20,7 +20,7 @@ blockquote { } .standalone-img { - max-width: 500px; + max-width: min(500px, 100%); } .img-gallery {