Center the FOLX STADL title on the page

Adjusted CSS for the FOLX STADL title in `FolxStadlPage.tsx` to use absolute positioning and translate for centering.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/izllXJt
This commit is contained in:
sebastjanartic 2025-08-30 20:39:07 +00:00
parent ac09688eeb
commit 24598c43f0

View File

@ -67,7 +67,7 @@ export default function FolxStadlPage() {
</div>
{/* Center - FOLX STADL title */}
<div className="flex-1 flex justify-center">
<div className="absolute left-1/2 transform -translate-x-1/2">
<h1 className="text-2xl sm:text-3xl font-bold text-white uppercase tracking-wide">FOLX STADL</h1>
</div>