From 2fff4c30c18a1b89c3240222cd915e7607563896 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 5 Oct 2021 07:11:20 -0400 Subject: Resizing working as intended --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.css') 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; } -- cgit v1.2.1