diff --git a/inc/cookie-consent.php b/inc/cookie-consent.php index cca24a9..1cde785 100644 --- a/inc/cookie-consent.php +++ b/inc/cookie-consent.php @@ -1,6 +1,6 @@
@@ -26,13 +26,14 @@ justify-content: center; flex-wrap: wrap; gap: 15px; + font-size: .9rem; } .cookie-consent-button { background: black; color: white; border: none; - padding: 8px 20px; + padding: 6px 20px; cursor: pointer; border-radius: 4px; font-weight: bold;