From 84ac67eb4ea9308cef1787ffa31f634b59dd0ce9 Mon Sep 17 00:00:00 2001 From: Yaacov Date: Thu, 23 Jul 2026 02:13:07 +0300 Subject: [PATCH] Stack cookie consent content above actions --- src/layouts/Layout.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 60db839..2b39e8e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -515,9 +515,9 @@ const primaryLinks = [ bottom: clamp(1rem, 3vw, 2rem); width: min(35rem, calc(100vw - 2rem)); display: grid; - grid-template-columns: 1fr auto; - align-items: center; - gap: 1.25rem; + grid-template-columns: minmax(0, 1fr); + align-items: stretch; + gap: 0.85rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 0.75rem; @@ -551,6 +551,7 @@ const primaryLinks = [ .analytics-consent-actions { display: flex; + justify-content: flex-end; gap: 0.5rem; }