Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 222ab19

Browse files
authoredDec 20, 2024
style: improve text alignment (#322)
Co-authored-by: Micha Huhn <michahuhn1@gmx.de>
1 parent 556d848 commit 222ab19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎app/routes/_libraries/start.$version.index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function VersionIndex() {
189189
}}
190190
/>
191191
</div>
192-
<div className="flex flex-col gap-4 text-center">
192+
<div className="flex flex-col gap-4">
193193
<h3 className="uppercase text-xl font-black">
194194
Enterprise-Grade Routing
195195
</h3>
@@ -218,7 +218,7 @@ export default function VersionIndex() {
218218
/>
219219
</div>
220220
</div>
221-
<div className="flex flex-col gap-4 text-center">
221+
<div className="flex flex-col gap-4">
222222
<h3 className="uppercase text-xl font-black">
223223
SSR, Streaming and Server RPCs
224224
</h3>
@@ -243,7 +243,7 @@ export default function VersionIndex() {
243243
}}
244244
/>
245245
</div>
246-
<div className="flex flex-col gap-4 text-center">
246+
<div className="flex flex-col gap-4">
247247
<h3 className="uppercase text-xl font-black">
248248
Client-Side First, 100% Server Capable
249249
</h3>
@@ -272,7 +272,7 @@ export default function VersionIndex() {
272272
}}
273273
/>
274274
</div>
275-
<div className="flex flex-col gap-4 text-center">
275+
<div className="flex flex-col gap-4">
276276
<h3 className="uppercase text-xl font-black">
277277
Deploy Anywhere with Vinxi & Vite
278278
</h3>

0 commit comments

Comments
 (0)
Please sign in to comment.