polish: add right padding to main content to clear scrollbar
All checks were successful
Build and Deploy / Build & Push (push) Successful in 55s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 15:23:45 -04:00
parent a84bbcac31
commit 7904475ddc

View File

@@ -221,7 +221,7 @@ export function HomePageClient({
</header> </header>
{/* ── Main content ────────────────────────────────────────────────────── */} {/* ── Main content ────────────────────────────────────────────────────── */}
<main className="px-4 sm:px-6 pb-12"> <main className="px-4 sm:px-6 pr-4 sm:pr-8 pb-12">
{scrapedCount === 0 ? ( {scrapedCount === 0 ? (
<EmptyState /> <EmptyState />
) : ( ) : (