From e7934c8eb4962841355ca052c28674110fc8f890 Mon Sep 17 00:00:00 2001 From: Austin Tinkel <31296090+ARTINKEL@users.noreply.github.com> Date: Wed, 30 Dec 2020 19:40:12 -0800 Subject: [PATCH] Fix typo that breaks the sheet --- Wildsea/wildsea.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wildsea/wildsea.css b/Wildsea/wildsea.css index f94aba5527..10ff3e5aa0 100644 --- a/Wildsea/wildsea.css +++ b/Wildsea/wildsea.css @@ -24,7 +24,7 @@ .sheet-character { grid-area: main; - display: none; + display: grid; width: 820px; height: 1200px; background-color: #ADD2AD;