From ec6b6500dda2738543729cc09f9336cc4ec2240f Mon Sep 17 00:00:00 2001 From: Roodney Moraes Date: Sat, 16 Nov 2024 23:18:21 -0300 Subject: [PATCH] Remove top margin from cookie consent banner button for improved layout --- src/css/custom-index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/custom-index.css b/src/css/custom-index.css index bdd8505..a53f96f 100644 --- a/src/css/custom-index.css +++ b/src/css/custom-index.css @@ -200,7 +200,6 @@ footer .social-icons a { .cookie-consent-banner .btn { width: 100%; - margin-top: 10px; margin-bottom: 10px; }