Skip to content

Commit d0b618d

Browse files
committed
Merge pull request #2 from Costava/master
Canvas centering and character encoding
2 parents c281513 + 6742263 commit d0b618d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>flappyBox by towc</title>
5-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <!--320-->
5+
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <!--320-->
66

77
<style>
88
body {
@@ -11,7 +11,7 @@
1111
#c {
1212
position: absolute;
1313
left:0;
14-
top:calc(50% - 74vw);
14+
top:calc(50% - 75vw);
1515
width: 100%;
1616
}
1717
#error {

0 commit comments

Comments
 (0)