Skip to content

Commit

Permalink
Merge pull request #135 from ttaerrim/layout-2
Browse files Browse the repository at this point in the history
[Design] layout에 기본 패딩 값을 추가
  • Loading branch information
ttaerrim authored Nov 22, 2023
2 parents 011b1be + 822b13d commit 4e53fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/components/commons/Layout/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { style } from '@vanilla-extract/css';
export const container = style({
maxWidth: '120rem',
margin: '0 auto',
padding: '8.5rem 1.2rem 0',
padding: '16.5rem 1.2rem 0',
});
2 changes: 1 addition & 1 deletion app/frontend/src/pages/Main/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { vars, fontStyle } from '@/styles';
export const container = style({
position: 'relative',
display: 'flex',
margin: '8.5rem auto',
margin: '0 auto',
width: '104rem',
height: '81.7rem',
color: vars.color.grayscale400,
Expand Down

0 comments on commit 4e53fc3

Please sign in to comment.