Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

fix: Centered <h2> tag by adding mx-auto class #413

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/index/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
Good-first-issue-finder
</h1>
<h2 class="max-w-2xl text-center md:text-xl">
<h2 class="mx-auto max-w-2xl text-center md:text-xl">
Your entry point for finding good first issues in the EddieHub Organization and in the community
</h2>
<div class="flex justify-center">
Expand Down