From a4e4074f81b3325bed0db8ab7884c9fb03adbaf2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 3 Feb 2025 20:01:49 +0100 Subject: [PATCH] style.css: add margin at bottom of single images --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 7a744e10..7c4ae91c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -440,7 +440,7 @@ img.banner,img.board_image { } div.post .post-image { - padding: 0.2em; + padding: 0.2em 0.2em 0.8em 0.2em; margin: 0 20px 0 0; }