File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ import ButtonSection from '@/components/home/ButtonSection';
66
77const Page = ( ) => {
88 return (
9- < div className = "bg-background flex min-h-screen flex-col gap-6 font-sans md:p-[137px]" >
9+ < div className = "bg-background flex min-h-screen flex-col gap-4 font-sans md:p-[137px]" >
1010 { /* 1. Header */ }
1111 < HeaderSection />
1212
1313 { /* 2-1. ProfileSection */ }
14- < ProfileSection className = "grid grid-cols-1 gap-6 md:grid-cols-3" />
14+ < ProfileSection className = "grid grid-cols-1 gap-4 md:grid-cols-3" />
1515
1616 { /* 2-2. GraphSection */ }
1717 < GraphSection > </ GraphSection >
1818
1919 { /* 2-3. BottomSection */ }
20- < BottomSection className = "grid grid-cols-1 gap-6 md:grid-cols-2" />
20+ < BottomSection className = "grid grid-cols-1 gap-4 md:grid-cols-2" />
2121
2222 { /* 3. ButtonSection */ }
2323 < ButtonSection />
You can’t perform that action at this time.
0 commit comments