Reduce top spacing before first home carousel

This commit is contained in:
2026-03-01 12:35:16 +01:00
parent b8961b85c5
commit 6a1f208e66

View File

@@ -44,7 +44,7 @@ export function HomeClientWrapper({ children }: HomeClientWrapperProps) {
isHiding={pullToRefresh.isHiding}
/>
<main className="relative isolate overflow-hidden">
<div className="container mx-auto space-y-12 px-4 py-8">
<div className="container mx-auto space-y-6 px-4 pb-8 pt-3">
<div className="flex justify-end">
<RefreshButton libraryId="home" refreshLibrary={handleRefresh} />
</div>