Skip to content

Commit

Permalink
design: Loader 수정 및 마이 페이지 마진값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 8, 2024
1 parent 891b860 commit c7a94c2
Show file tree
Hide file tree
Showing 3 changed files with 3,169 additions and 1,363 deletions.
2 changes: 1 addition & 1 deletion src/app/(my-page)/my-page/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import styles from './page.module.scss';

const cx = classNames.bind(styles);

const TOP_MARGIN = 96;
const TOP_MARGIN = 80;
const BOTTOM_MARGIN = 110;

function MyProfilePage() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/loader/FullPageLoader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
align-items: center;
justify-content: center;
width: 100vw;
height: 80vh;
height: 100vh;
}
Loading

0 comments on commit c7a94c2

Please sign in to comment.