File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function MyDashboardPage() {
1818 < Header />
1919
2020 { /* 페이지 콘텐츠 */ }
21- < main className = "mobile-wide:p-16 tablet-wide:p-24 p-40" >
21+ < main className = "mobile-wide:mt-76 mobile-wide: p-16 tablet-wide:mt-76 tablet-wide: p-24 mt-60 p-40" >
2222 < MyDashboardGrid />
2323
2424 { /* 초대받은 대시보드 섹션 */ }
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export default function MypageLayout({
1111 < >
1212 < Sidebar />
1313 { /* Sidebar의 반응형이 적용 될 경우 변경 예정 */ }
14- < div className = "pl-300 mobile-wide:pl-67 tablet-wide:pl-160" >
14+ < div className = "mobile-wide:pl-67 tablet-wide:pl-160 pl-300 " >
1515 < Header />
16- < main className = "BG-gray h-screen" > { children } </ main >
16+ < main className = "BG-gray mt-57 h-screen" > { children } </ main >
1717 </ div >
1818 </ >
1919 )
You can’t perform that action at this time.
0 commit comments