From 22ed51af903e3b66c3b376450bb546b386b5088c Mon Sep 17 00:00:00 2001 From: Om Gate <90276220+OMGATE23@users.noreply.github.com> Date: Sun, 2 Jul 2023 12:07:23 +0530 Subject: [PATCH] style: centered the sidebar icons --- client/src/components/Sidebar/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/components/Sidebar/index.css b/client/src/components/Sidebar/index.css index c735bf0..0b26707 100644 --- a/client/src/components/Sidebar/index.css +++ b/client/src/components/Sidebar/index.css @@ -2,6 +2,8 @@ padding: 1rem; position: relative; height: calc(100vh - 3.5rem); + display: flex; + justify-content: center; } .sidebar ul { @@ -49,6 +51,7 @@ } @media (max-width: 1170px) { + .sidebar li span { display: none; }