Skip to content

Commit 95ea29a

Browse files
committed
fix: layout
1 parent 2b4ff39 commit 95ea29a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function HomePage() {
1818
}, [])
1919

2020
return (
21-
<div className='min-h-screen flex flex-col'>
21+
<div className='min-h-screen flex flex-col items-center'>
2222
{/* Title */}
2323
<section className='container px-4 pt-[50px] md:pt-[100px] pb-12 md:pb-24 lg:pb-32'>
2424
<div

src/app/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
}
1010

1111
:root {
12+
--fd-layout-width: 100vw;
13+
1214
--api-color: var(--color-purple-400);
1315
--bots-color: var(--color-fd-primary);
1416
--servers-color: var(--color-red-400);

0 commit comments

Comments
 (0)