From 0a9aeee4c3bf16c06520d67cc62f5e35011f5ca6 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 6 Feb 2024 22:55:00 +0100 Subject: [PATCH] fix(ui): badge not aligned with title --- components/Footer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Footer.css b/components/Footer.css index f638a61..00813f9 100644 --- a/components/Footer.css +++ b/components/Footer.css @@ -18,6 +18,7 @@ footer div { grid-template-columns: repeat(3, 1fr); gap: var(--_gap-half); padding-top: var(--_gap); + padding-left: 0; } .footer__badges__item {