Skip to content

Commit

Permalink
fix: better linebreak for heading on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 13, 2024
1 parent e3a7ade commit 5270c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{#if mounted}
<div class="mx-auto w-fit max-w-6xl px-3 sm:px-6">
<h1
class="text-center text-4xl font-semibold sm:text-5xl md:text-6xl"
class="max-w-5xl text-center text-4xl font-semibold sm:text-5xl md:text-6xl"
in:blur={{ delay: 50, duration: 300 }}
>
The <span
Expand Down

0 comments on commit 5270c51

Please sign in to comment.