diff --git a/frontend/src/components/layouts/Container.tsx b/frontend/src/components/layouts/Container.tsx index a2dc12d..922749e 100644 --- a/frontend/src/components/layouts/Container.tsx +++ b/frontend/src/components/layouts/Container.tsx @@ -2,7 +2,7 @@ import { FC, HTMLProps } from "react"; import clsx from "clsx"; const styleClasses = { - base: "w-full lg:w-1/2 mx-auto", + base: "w-full lg:w-1/2 mx-auto px-2", }; const Container: FC> = (props) => {