Skip to content

Commit

Permalink
fix: website text centering on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Verringer committed Jan 31, 2024
1 parent 94ed062 commit 3d32c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ function App() {
<div className="my-24"></div>

{/* Contribute */}
<div className="flex justify-center mb-48">
<div className="flex flex-col items-center">
<div className="flex justify-center mb-48 px-8">
<div className="flex flex-col items-center text-center">
<h1 class="text-3xl sm:text-5xl leading-normal sm:leading-normal font-bold max-w-xl">
Download
</h1>
Expand Down

0 comments on commit 3d32c6b

Please sign in to comment.