Skip to content

Commit

Permalink
Merge pull request #417 from LEEJW1953/fe-main
Browse files Browse the repository at this point in the history
[Design] 메인페이지 반응형 height 수정
  • Loading branch information
LEEJW1953 authored Dec 11, 2023
2 parents b515d91 + 0d8d811 commit 9332bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/frontend/src/pages/Main/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const container = style({
flexDirection: 'column',
margin: '0 auto',
maxWidth: '104rem',
height: '81.7rem',
color: vars.color.grayscale400,
background: vars.color.grayscaleWhite,
});
Expand Down

0 comments on commit 9332bcd

Please sign in to comment.