polish: add right padding to main content to clear scrollbar
All checks were successful
Build and Deploy / Build & Push (push) Successful in 55s
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:
@@ -221,7 +221,7 @@ export function HomePageClient({
|
||||
</header>
|
||||
|
||||
{/* ── 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 ? (
|
||||
<EmptyState />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user