From fcef85bf11dc9c7e411079fdbcdb90a85fe0ec0a Mon Sep 17 00:00:00 2001 From: ritikjaiswal75 Date: Sat, 17 Jun 2023 13:39:38 +0530 Subject: [PATCH] add spacing in non-large desktop view --- src/components/Dashboard/Dashboard.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Dashboard/Dashboard.module.scss b/src/components/Dashboard/Dashboard.module.scss index e00986f25..cc2969f84 100644 --- a/src/components/Dashboard/Dashboard.module.scss +++ b/src/components/Dashboard/Dashboard.module.scss @@ -6,7 +6,8 @@ $color-white: #fff; $color-black: #000; .container { - margin-top: 40px; + margin: 40px auto; + width: 95%; display: flex; justify-content: center; line-height: 2rem; @@ -46,11 +47,10 @@ $color-black: #000; .container { display: flex; flex-direction: column; - width: 100%; align-items: center; } .searchBar { - width: 100%; + width: 95%; margin: 4px; } }