Skip to content

Commit

Permalink
fix: top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbennett committed Apr 26, 2023
1 parent cdb522a commit d457d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Expand Up @@ -4,7 +4,7 @@ import Layout from "../layouts/Layout.astro";

<Layout>
<div
class="h-screen w-screen flex flex-col items-center justify-center gap-4"
class="h-screen w-screen flex flex-col items-center justify-center gap-4 -mt-16"
>
<h1 class="text-3xl font-semibold uppercase">Hi, I'm Ted</h1>
<h2 class="text-xl font-semibold uppercase text-center">
Expand Down

0 comments on commit d457d64

Please sign in to comment.