Skip to content

Commit

Permalink
feat(index): #app의 height를 80vh로 축소
Browse files Browse the repository at this point in the history
  • Loading branch information
nyj001012 committed Jan 16, 2024
1 parent a2e28c8 commit da9b788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ping pong</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css">
<link rel="stylesheet" href="assets/css/common/header.css"/>
<link rel="stylesheet" href="assets/css/common/body.css"/>
<link rel="stylesheet" href="global.css"/>
<title>ping pong</title>
</head>
<body>
<header id="header"></header>
<div id="app" style="width: 100vw; height: 100vh;"></div>
<div id="app" style="width: 100vw; height: 88vh;"></div>
<script type="module" src="main.js"></script>
</body>
</html>

0 comments on commit da9b788

Please sign in to comment.