Skip to content

Commit

Permalink
fix homepage scrollbar issue (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth-Knoppix committed Jun 27, 2023
1 parent be34d7d commit eee098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Expand Up @@ -9,7 +9,7 @@
</svelte:head>

<div class="flex flex-col">
<div class="min-h-screen flex flex-col items-center justify-center">
<div class="min-h-screen -m-10 flex flex-col items-center justify-center">
<div class="flex flex-col items-center w-[40rem] gap-12 text-center">
<h1 class="font-sans text-5xl text-slate-50 font-bold leading-normal flex flex-col">
<span>Say Goodbye to Uninspired</span>
Expand Down

0 comments on commit eee098c

Please sign in to comment.