From d2560e8748fcf4e3ed6494cffc39eacc7e1c8e71 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Tue, 6 Feb 2024 10:05:30 +0100 Subject: [PATCH] =?UTF-8?q?Reduce=20padding=20of=20footer=E2=80=99s=20high?= =?UTF-8?q?lighted=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/public.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/public.css b/web/static/public.css index 0cee7e5..e4c846a 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1549,7 +1549,7 @@ body > footer a { body > footer section:nth-child(3) { border-radius: .6rem; background: var(--accent-2); - padding: 0 15px; + padding: 0 1rem 1rem 1rem; color: var(--contrast); }