From c1a8dfbd81d8a1df8cb4e034b48b5e0ed9118c68 Mon Sep 17 00:00:00 2001
From: dvelo <52332868+DeveloLongScript@users.noreply.github.com>
Date: Sun, 2 Mar 2025 14:45:36 -0600
Subject: [PATCH] fix(www): don't show the banner too close to the top of the
screen
---
apps/www/src/components/feat/LayoutPart.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/www/src/components/feat/LayoutPart.tsx b/apps/www/src/components/feat/LayoutPart.tsx
index d3a1123..510c42a 100644
--- a/apps/www/src/components/feat/LayoutPart.tsx
+++ b/apps/www/src/components/feat/LayoutPart.tsx
@@ -107,6 +107,7 @@ export default function LayoutPart({
style={(size: number) => ({
paddingTop: `${2 * size}rem`,
})}
+ className="min-h-screen"
>
{children}