Skip to content

Commit

Permalink
fix: split tg25 date and location on new line (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
olemathias authored Oct 10, 2024
1 parent 83516f1 commit d7abfee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
class="aspect-thumbnail object-cover"
/>
</a>
<span class="text-l text-white"
>🗓16.-20. april 2025 - 🌍Vikingskipet, Hamar</span
>
<span class="text-l text-white flex flex-col">
<span>🗓 16.-20. april 2025</span>
<span>🌍 Vikingskipet, Hamar</span>
</span>
</header>

0 comments on commit d7abfee

Please sign in to comment.