Skip to content

Commit

Permalink
Merge branch 'fix/#123-mobile-height' into Master
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 16, 2024
2 parents c467a95 + dd8ee94 commit b8aba47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ body {
left: 50%;
min-width: 320px;
min-height: 100vh;
min-height: -webkit-fill-available;
/* height: 100vh;
height: -webkit-fill-available;
height: fill-available; */

@media (min-width: 768px) {
width: 600px;
Expand Down

0 comments on commit b8aba47

Please sign in to comment.