summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index 97f76a6..c0bb0b2 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -3,7 +3,10 @@ body {
}
html, body, #interactive-pacbot, #interactive-pacbot>canvas {
- height: 100%;
+ max-height: 100%;
+ max-width: 100%;
+ height: auto;
+ width: auto;
margin: 0px;
padding: 0px;
}