summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/css/styles.css b/css/styles.css
index e5b870b..97f76a6 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -2,9 +2,13 @@ body {
background-color: #333;
}
-#interactive-pacbot {
- width: 1100px;
+html, body, #interactive-pacbot, #interactive-pacbot>canvas {
+ height: 100%;
+ margin: 0px;
+ padding: 0px;
+}
+
+#interactive-pacbot>canvas {
margin-left: auto;
margin-right: auto;
- cursor: pointer;
-} \ No newline at end of file
+}