Skip to content

Commit c04e1ae

Browse files
committed
fix: 헤더 높이만큼 배경 추가
1 parent ec962b6 commit c04e1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/layout/auth/Background.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function Background({ children }: { children: React.ReactNode }) {
22
return (
3-
<div className="flex min-h-[calc(100vh-64px)] items-center justify-center bg-gradient-to-r from-primary-orange-100 to-primary-orange-200 px-4 py-12 sm:px-6 lg:px-8">
3+
<div className="mt-[64px] flex min-h-[calc(100vh-64px)] items-center justify-center bg-gradient-to-r from-primary-orange-100 to-primary-orange-200 px-4 py-12 sm:px-6 lg:px-8">
44
{children}
55
</div>
66
);

0 commit comments

Comments
 (0)