Skip to content

Commit

Permalink
add nowrap to btn
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 19, 2023
1 parent 96b453c commit 85ca965
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 @@ -34,7 +34,7 @@
{/if}
<a
href="/map"
class="mx-auto my-8 block w-fit rounded-full bg-link px-7 py-3.5 text-lg font-semibold text-white transition-colors hover:bg-hover"
class="mx-auto my-8 block w-fit whitespace-nowrap rounded-full bg-link px-7 py-3.5 text-lg font-semibold text-white transition-colors hover:bg-hover"
>Open Map</a
>
<div
Expand Down

0 comments on commit 85ca965

Please sign in to comment.