Skip to content

Commit

Permalink
Merge pull request #111 from Na-o-man/feat/#89
Browse files Browse the repository at this point in the history
Fix: 비율 수정
  • Loading branch information
NekoGroove01 authored Aug 23, 2024
2 parents 608c508 + 1a983af commit 9fbeca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MainScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const PhoneScreen = styled.div`
background-color: white;
overflow: hidden;
position: relative;
aspect-ratio: 353 / 852;
aspect-ratio: 393 / 852;
//모바일 환경
@media only screen and (max-width: 353px) {
@media only screen and (max-width: 393px) {
width: 100%;
height: 100%;
aspect-ratio: auto;
Expand Down

0 comments on commit 9fbeca8

Please sign in to comment.