From 7e188e53edde519d0de17f5bde6f68399dc2070f Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Sat, 28 Sep 2024 03:13:50 +0200 Subject: [PATCH] More website tweaks --- website/resources/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index a462268f7..f44c286bf 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -506,9 +506,9 @@ a:not([role=button]):focus { } .sbCnt { - height: 90px; + min-height: 90px; display: flex; - justify-content: space-between; + justify-content: space-around; align-items: center; }