From b125f86fa93077e7aa67c9c7dcc7420365259590 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Thu, 16 May 2024 16:35:47 +0200 Subject: [PATCH] White box not centering --- root/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/css/base.css b/root/css/base.css index 891830a..2596935 100644 --- a/root/css/base.css +++ b/root/css/base.css @@ -82,7 +82,7 @@ div.image { min-width: 58pt; width: auto; display: inline-block; - padding: 5pt; + padding: 5pt auto; margin: 12pt 10pt 12pt 12pt; background: white; }