From ecd50c46dd3d7f05a2f7a1cab88d55607025dcca Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Wed, 22 Oct 2025 10:14:07 +0200 Subject: [PATCH] feat: Torino Berria esteka sartzen du --- front/src/views/_components/Header.astro | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/front/src/views/_components/Header.astro b/front/src/views/_components/Header.astro index e4e3c5b..176fcc1 100644 --- a/front/src/views/_components/Header.astro +++ b/front/src/views/_components/Header.astro @@ -40,18 +40,23 @@ const currentPath = Astro.url.pathname; + + @@ -78,18 +83,23 @@ const currentPath = Astro.url.pathname; + + @@ -168,7 +178,7 @@ const currentPath = Astro.url.pathname; @include mediaQueries.aboveTablet { display: grid; - grid-template-columns: 1fr 1.2fr 1.7fr 0.8fr; + grid-template-columns: 0.8fr repeat(4, auto); gap: var(--space-07-desktop); padding: var(--space-07-desktop); }