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);
}