mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 15:24:48 +08:00
feat: add bottom margin
This commit is contained in:
@@ -43,7 +43,7 @@ export default function HomePage() {
|
|||||||
</header>
|
</header>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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",
|
doubleColumnMode && "gap-8",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user