Skip to content

Commit

Permalink
Fix centering
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jul 17, 2024
1 parent da72556 commit d480f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Button from "../components/Button.astro";
---

<Layout title="OSS Pledge">
<main class="flex items-center self-center max-w-xl p-4">
<main class="flex justify-center max-w-xl p-4">
<Prose>
<h1 class="text-app-green mt-8 mb-4 text-5xl font-bold">OSS Pledge</h1>
<p class="text-app-muted"><em>Launching in October</em></p>
Expand Down

0 comments on commit d480f0a

Please sign in to comment.