Skip to content

Commit

Permalink
fix: avoid breaking date and location header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren authored and olemathias committed Nov 17, 2024
1 parent a97244c commit 654e57d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ import NavItem from "./navigation/NavItem.astro";
<span
class="flex w-full text-white justify-end py-2 px-5 max-w-7xl justify-self-center mx-auto gap-x-3 xl:px-0"
>
<span>πŸ—“ 16.-20. april 2025</span>
<span>🌍 Vikingskipet, Hamar</span>
<span>πŸ—“ 16.-20. april<span class="max-sm:hidden"> 2025</span></span>
<a href="https://maps.app.goo.gl/RN5QTjwpLDaWiswh8" target="_blank"
>🌍 Vikingskipet<span class="max-sm:hidden">, Hamar</span></a
>
</span>
</aside>
</header>

0 comments on commit 654e57d

Please sign in to comment.