Skip to content

Commit

Permalink
refactor: 모바일 모달창 문구보이게 margin추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahyeeee committed Oct 17, 2023
1 parent 547d96d commit 7d4856a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const formStyling = css({

'@media screen and (max-width: 600px)': {
width: `calc(100vw - ${Theme.spacer.spacing7})`,
marginBottom: Theme.spacer.spacing6,

overflowY: 'auto',
'-ms-overflow-style': 'none',
Expand Down

0 comments on commit 7d4856a

Please sign in to comment.