diff --git a/superpage/src/CookieConsentConfig.ts b/superpage/src/CookieConsentConfig.ts index 0ac42fb..5eb04b4 100644 --- a/superpage/src/CookieConsentConfig.ts +++ b/superpage/src/CookieConsentConfig.ts @@ -3,13 +3,15 @@ import type { CookieConsentConfig } from "vanilla-cookieconsent"; export const config: CookieConsentConfig = { guiOptions: { consentModal: { - layout: "box inline", + layout: "box", position: "bottom left", + equalWeightButtons: false, + flipButtons: false, }, preferencesModal: { layout: "box", position: "right", - equalWeightButtons: true, + equalWeightButtons: false, flipButtons: false, }, }, diff --git a/superpage/src/layouts/Layout.astro b/superpage/src/layouts/Layout.astro index bb24101..3210979 100644 --- a/superpage/src/layouts/Layout.astro +++ b/superpage/src/layouts/Layout.astro @@ -5,7 +5,7 @@ import Footer from "./_components/Footer.astro"; --- - + @@ -25,7 +25,7 @@ import Footer from "./_components/Footer.astro"; src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ" > - - - - - -