diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index 1ad93de..7f424a1 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -2820,6 +2820,7 @@ div#consent_banner { box-shadow: 0 0 8px 1px #666; padding: 1ex 0; bottom: 0; + font-size: 14px; } div#consent_banner div.actions { @@ -2833,4 +2834,7 @@ div#consent_banner button { background: transparent; border: none; cursor: pointer; + display: block; + width: 3rem; + height: 3rem; }