From 65f81ca60b045fc5d87126a3f00edba8b93457a8 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Mon, 5 Jan 2026 00:09:28 +0100 Subject: [PATCH] css: do not strech small images in the feed --- cmd/web/client/scss/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/web/client/scss/index.scss b/cmd/web/client/scss/index.scss index 3160c9e..e593241 100644 --- a/cmd/web/client/scss/index.scss +++ b/cmd/web/client/scss/index.scss @@ -20,7 +20,6 @@ blockquote { } .standalone-img { - width: 100%; max-width: 500px; }