From b3d9ffe8107bd7e0989c1fed2e5bdf31037134bb Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 5 Jun 2022 20:38:18 -0500 Subject: begin adding logical map shapes --- src/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 55e00b1..9ff8fd3 100644 --- a/src/index.html +++ b/src/index.html @@ -11,6 +11,10 @@ background-color: #222; color: white; } + #root { + width: 500px; + height: 500px; + } button { font-family: monospace; } -- cgit v1.2.1