Skip to content

Commit

Permalink
fix header styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeX committed Jul 28, 2023
1 parent 9d81e98 commit 7469eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if (!headerText) {
</div>
</nav>

<div class="my-4 px-4 mx-auto max-w-2xl">
<div class="my-4 px-4 mx-auto max-w-7xl text-center">
<h1
class="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl"
>
Expand Down

0 comments on commit 7469eb5

Please sign in to comment.