diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 7f30dd6..f720f75 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -34,12 +34,16 @@
Zenith is a hackathon in San Francisco for teens led by the Hack Club community coming next year. Join us and make @@ -243,15 +247,20 @@ font-size: 4em; line-height: 1; width: min-content; - overflow: clip; } - h1 > .header-element { + h1 .header-element { display: inline-block; transform: translateY(-200%); font-variation-settings: "wght" 400; animation: header 1s calc(var(--idx) * 0.05s) forwards; } + + h1 .no-break { + display: inline-block; + min-width: max-content; + overflow: clip; + } .header-promo { font-size: 1.2em;