index
:
snek
master
Funny game
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
snek.css
9
1 files changed, 8 insertions, 1 deletions
diff --git a/snek.css b/snek.css
index b9734f7..7bbdfcc 100644
--- a/
snek.css
+++ b/
snek.css
@@ -1,4 +1,11 @@
-body {
+body ,html {
overflow:hidden;
width:100%;
+ height:100%;
+ margin: 0;
+}
+canvas {
+ width: 100%;
+ height: 100%;
+
}