fix: remove double px-4 on user profile page headers

This commit is contained in:
Davide Scaini
2026-04-10 19:20:00 +02:00
parent 9fd088c693
commit e5eadc69f2
3 changed files with 3 additions and 3 deletions
@@ -20,7 +20,7 @@ const indexUrl = `${mergedBase}index.json`;
const athleteUrl = `${mergedBase}athlete.json`;
---
<Base title={`@${handle} Athlete — BincioActivity`}>
<div class="max-w-5xl mx-auto px-4 pt-6 pb-2">
<div class="pb-2">
<div class="flex items-start justify-between">
<div>
<h1 class="text-2xl font-bold text-white mb-0.5">@{handle}</h1>