From ae70439447d029e5f9e2fcd558dc198bff47c89b Mon Sep 17 00:00:00 2001 From: taehoon Date: Fri, 19 Jul 2019 12:39:18 -0400 Subject: [PATCH] setting display: initial makes trouble, instead, toggle display: none using classname --- index.html | 2 +- src/App.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a8681c8b..fd4e795e 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - +
diff --git a/src/App.scss b/src/App.scss index ea7b54e8..1f0b2619 100644 --- a/src/App.scss +++ b/src/App.scss @@ -38,6 +38,10 @@ h4 { text-align: center; } +.hidden { + display: none; +} + body { font-family: sans-serif; font-family: var(--interfaceFont, sans-serif);