From 6c82d83ff6fba13890c727246843ee3c08e3fa45 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 13 Aug 2025 13:07:14 +1000 Subject: [PATCH] css fixes --- website/src/css/custom.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 21111ee..edc419c 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -123,6 +123,8 @@ html[data-theme='dark'] .footer .container { background-color: var(--black-2); } +/* footer */ + .footer__items { font-weight: 400; line-height: 1.43; @@ -163,10 +165,11 @@ html[data-theme='dark'] .footer .container { } .footerSocialIcon { - font-size: 24; - } + font-size: 24px; + margin: 0 12px; +} - .footerSocialIconButton { +.footerSocialIconButton { padding: 0; color: 'rgba(255,255,255,.6)'; }