From d781d5a3c1ec6872361db2a15786dfc0db9780f3 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 5 Oct 2021 06:35:09 -0400 Subject: Working tree render, now just have to do the leaves --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 32bd838..4a338fb 100644 --- a/index.css +++ b/index.css @@ -162,8 +162,8 @@ input:focus { } #theme_canvas { - width: 100%; - height: 100%; + width: 800px; + height: 600px; z-index: -1; } -- cgit v1.2.1