diff --git a/react/src/components/layout/AuthLayout.tsx b/react/src/components/layout/AuthLayout.tsx index c43328f..2fa0170 100644 --- a/react/src/components/layout/AuthLayout.tsx +++ b/react/src/components/layout/AuthLayout.tsx @@ -2,11 +2,14 @@ import { Outlet } from "react-router-dom"; export default function AuthLayout() { return ( -
- +
+ {/* 콘텐츠 중앙 정렬 */} +
+ +
{/* 풋터 */} -