main got centered
This commit is contained in:
parent
05c88a8b80
commit
b255015a3a
@ -85,7 +85,7 @@ export default function RootLayout({
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="main w-full my-[67px]">{children}</div>
|
<div className="main w-full flex justify-center my-[67px]">{children}</div>
|
||||||
|
|
||||||
<div className="flex w-full flex-col">
|
<div className="flex w-full flex-col">
|
||||||
<div className="flex flex-col items-center gap-[50px] bg-[#F8F8F8] py-[50px]">
|
<div className="flex flex-col items-center gap-[50px] bg-[#F8F8F8] py-[50px]">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user