From c345f79098987c2b1da654997e246fe099502d8d Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Mon, 5 Sep 2022 18:57:51 +0430 Subject: Update styles.css --- static/styles.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 98c1c93..a79fa92 100644 --- a/static/styles.css +++ b/static/styles.css @@ -297,3 +297,6 @@ html{ margin-left: 0; } } +.none{ + display: none; +} -- cgit