From d58eed4ea23d839ae13b3293da231c5a755b8738 Mon Sep 17 00:00:00 2001 From: sauravolee <51150219+sauravolee@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:44:18 +0530 Subject: [PATCH] Updated CSS Style --- style/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index a363175..7c9523d 100644 --- a/style/style.css +++ b/style/style.css @@ -11,6 +11,10 @@ html, body { opacity: 1!important; } +#info{ + text-align: center; +} + #visualizer_wrapper{ text-align: center; } @@ -18,4 +22,4 @@ footer{ position: fixed; bottom: 2px; color:#aaa; -} \ No newline at end of file +}