summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:11:20 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:11:20 -0400
commit2fff4c30c18a1b89c3240222cd915e7607563896 (patch)
treef3e31e68aa95318e96f484e2321ddc1d07b9d5e0 /index.css
parentd781d5a3c1ec6872361db2a15786dfc0db9780f3 (diff)
Resizing working as intended
Diffstat (limited to 'index.css')
-rw-r--r--index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.css b/index.css
index 4a338fb..32bd838 100644
--- a/index.css
+++ b/index.css
@@ -162,8 +162,8 @@ input:focus {
}
#theme_canvas {
- width: 800px;
- height: 600px;
+ width: 100%;
+ height: 100%;
z-index: -1;
}