From 45959559cf206d329cc39a9192f9219268fb9163 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 3 Feb 2025 20:04:00 +0100 Subject: [PATCH] style.css: fix full-image padding --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 7c4ae91c..ba7d76f1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -434,7 +434,7 @@ img.banner,img.board_image { .full-image { float: left; - padding: 5px; + padding: 0.2em 0.2em 0.8em 0.2em; margin: 0 20px 0 0; max-width: 98%; }