fix(www): don't show the banner too close to the top of the screen

This commit is contained in:
dvelo 2025-03-02 14:45:36 -06:00
parent c093c283a7
commit c1a8dfbd81

@ -107,6 +107,7 @@ export default function LayoutPart({
style={(size: number) => ({
paddingTop: `${2 * size}rem`,
})}
className="min-h-screen"
>
<NextTopLoader />
<ClientFadeIn>{children}</ClientFadeIn>