Skip to content

Commit

Permalink
style: improve text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Huhn committed Dec 20, 2024
1 parent 556d848 commit faf2304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/routes/_libraries/start.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Enterprise-Grade Routing
</h3>
Expand Down Expand Up @@ -218,7 +218,7 @@ export default function VersionIndex() {
/>
</div>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
SSR, Streaming and Server RPCs
</h3>
Expand All @@ -243,7 +243,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Client-Side First, 100% Server Capable
</h3>
Expand Down Expand Up @@ -272,7 +272,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Deploy Anywhere with Vinxi & Vite
</h3>
Expand Down

0 comments on commit faf2304

Please sign in to comment.