From 4ba1939d538dd53888bd6552f21caccbadc41247 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 13 Feb 2024 17:21:39 +0100 Subject: [PATCH] fix(css): :bug: header border overflow in summary --- components/Header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.css b/components/Header.css index 4edab48..2e714a0 100644 --- a/components/Header.css +++ b/components/Header.css @@ -104,7 +104,7 @@ header details { & a { text-decoration: none; - padding: var(--_gap) calc(var(--_gap) + 0.29rem); + padding: var(--_gap) calc(var(--_gap) + 0.24rem); display: inline-block; } }