aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-19 12:39:18 -0400
committertaehoon <th.dev91@gmail.com>2019-09-20 11:35:47 -0400
commitae70439447d029e5f9e2fcd558dc198bff47c89b (patch)
tree6edeaf9820ba094e4d844eeb4fa7386fa775d2d2 /src
parentad504768feacecdbd9f41f4bca470a58fdf0d059 (diff)
setting display: initial makes trouble, instead, toggle display: none using classname
Diffstat (limited to 'src')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
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);