diff --git a/inc_footer.php b/inc_footer.php index 9206716..fec3bbd 100644 --- a/inc_footer.php +++ b/inc_footer.php @@ -114,9 +114,7 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1
@@ -183,12 +181,25 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 } .cookie-consent-container { - max-width: 1000px; margin: 0 auto; display: flex; justify-content: center; align-items: center; + flex-wrap: wrap; + gap: 10px; + } + + .cookie-consent-actions { + display: flex; + gap: 10px; + flex-wrap: wrap; + justify-content: center; + } + + .cookie-consent-links { + margin-top: 10px; + text-align: center; } #acceptCookies, #rejectCookies { @@ -219,112 +230,69 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 -