diff --git a/front/src/views/_components/Header.astro b/front/src/views/_components/Header.astro index cbc7b48..e4e3c5b 100644 --- a/front/src/views/_components/Header.astro +++ b/front/src/views/_components/Header.astro @@ -45,6 +45,12 @@ const currentPath = Astro.url.pathname; @@ -77,6 +83,12 @@ const currentPath = Astro.url.pathname; @@ -156,7 +168,8 @@ const currentPath = Astro.url.pathname; @include mediaQueries.aboveTablet { display: grid; - grid-template-columns: 1fr 1.5fr 1fr 1fr; + grid-template-columns: 1fr 1.2fr 1.7fr 0.8fr; + gap: var(--space-07-desktop); padding: var(--space-07-desktop); } } @@ -217,6 +230,8 @@ const currentPath = Astro.url.pathname; gap: var(--space-03-mobile); padding: 0; list-style: none; + flex-wrap: wrap; + width: 100%; @include mediaQueries.aboveTablet { gap: var(--space-03-desktop); @@ -224,6 +239,8 @@ const currentPath = Astro.url.pathname; } li { + display: inline-flex; + &:not(:last-child) { &::after { content: ",";