Skip to content

Commit

Permalink
fix: prevent h1 work break during loading
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset committed Jul 29, 2022
1 parent 1bbf9d4 commit 6d82b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const IndexPage = ({ pageContext }: IndexPageProps) => {
<BeachBall />
</div>

<div className="container flex px-5 mx-auto mb-10 align-middle md:px-10 xl:px-20">
<div className="container px-5 mx-auto mb-10 md:px-10 xl:px-20">
<Hero
lang={lang}
refs={refs}
Expand Down

0 comments on commit 6d82b61

Please sign in to comment.