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 dcf68c5 commit 163f02bCopy full SHA for 163f02b
19-Flappy-Bird-Game/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<title>Flappy Bird</title>
5
<meta charset="utf-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no maximum-scale=1.0" />
7
<link rel="stylesheet" href="styles.css" />
8
<link
9
href="https://fonts.googleapis.com/css?family=Pacifico"
19-Flappy-Bird-Game/style.css
@@ -2,9 +2,11 @@ body {
2
font-family: "Pacifico";
display: flex;
justify-content: center;
+ width: 95vmin;
}
canvas {
border: 1x solid #0a3cda;
10
margin: 10px;
11
+ width: 90vmin;
12
0 commit comments