Skip to content

Commit

Permalink
Merge branch 'fix/#123-mobile' into Master
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 17, 2024
2 parents 6578d26 + ff9107c commit 67318ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width"
/>
<meta
name="description"
content="신생 작가들의 졸업 전시 작품을 만날 수 있습니다. 독창적인 미술 작품을 발견하고 구매할 수 있는 플랫폼입니다."
Expand Down
3 changes: 2 additions & 1 deletion src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ body {
position: relative;
transform: translateX(-50%);
left: 50%;
height: 100vh;
height: -webkit-fill-available; /* 모바일 브라우저 대응 */
min-width: 320px;
min-height: 100vh;

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

0 comments on commit 67318ce

Please sign in to comment.