We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67427b5 commit 968ef38Copy full SHA for 968ef38
index.html
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Go-Corona-Go</title>
8
<link rel="stylesheet" href="style.css">
9
- <link rel="stylesheet" media="screen and (max-width : 736px)" href="phone.css">
+ <link rel="stylesheet" media="screen and (max-width : 815px)" href="phone.css">
10
<script defer src="game.js"></script>
11
</head>
12
phone.css
@@ -4,5 +4,5 @@
4
background-size: cover;
5
border: 10px solid black;
width: 700px;
- height: 380px;
+ height: 340px;
}
0 commit comments