feat: add bottom margin

This commit is contained in:
Li Xin
2025-04-20 22:19:44 +08:00
parent 09ef8b6b5d
commit 8008d50c0c

View File

@@ -43,7 +43,7 @@ export default function HomePage() {
</header>
<div
className={cn(
"flex h-full w-full justify-center px-4 pt-12",
"flex h-full w-full justify-center px-4 pt-12 pb-4",
doubleColumnMode && "gap-8",
)}
>