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