Skip to content

Commit

Permalink
style: 페이지 상하단 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssksss committed Sep 4, 2024
1 parent afeee72 commit 5df045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mypage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default async function page() {
return (
<main
className={
"flex min-h-[calc(100vh-25rem)] w-full flex-col px-[5%] pb-[2rem] pt-[2rem] lg:px-[0rem]"
"flex min-h-[calc(100vh-25rem)] w-full flex-col px-[5%] pb-[2.5rem] lg:px-[0rem]"
}
>
<MyPageHeaderContainer userInfo={userInfo} />
Expand Down

0 comments on commit 5df045d

Please sign in to comment.