From b543030a9c4801bd51140c8eb7e80840ebe58daf Mon Sep 17 00:00:00 2001 From: CodeServer Date: Sun, 6 Mar 2022 01:34:13 +0000 Subject: [PATCH] avoid overlap with sidebar --- src/style/modules/_mainHome.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/modules/_mainHome.sass b/src/style/modules/_mainHome.sass index f2334de..9f0d3e1 100644 --- a/src/style/modules/_mainHome.sass +++ b/src/style/modules/_mainHome.sass @@ -1,7 +1,7 @@ .main-home // margin: 0 !important // width: 100% !important - max-width: 100% !important + max-width: 85% !important .meetings-panel margin: auto margin-top: 15vh