From be90a7b929ac0ad5a37e23acfa72ee41125f0875 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Wed, 19 Jun 2024 09:51:17 +0200 Subject: [PATCH] fix: listwrapper main menu dektop alignment --- components/Current/Header/MainMenu/mainMenu.module.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/Current/Header/MainMenu/mainMenu.module.css b/components/Current/Header/MainMenu/mainMenu.module.css index 33972bb99..1d9eafbcb 100644 --- a/components/Current/Header/MainMenu/mainMenu.module.css +++ b/components/Current/Header/MainMenu/mainMenu.module.css @@ -258,9 +258,6 @@ align-items: center; } - .listWrapper { - } - .mainMenu { box-shadow: none; background-color: hsla(0, 0%, 100%, 0.95); @@ -295,6 +292,8 @@ padding-top: 0; position: static; width: 100%; + padding-bottom: 20px; + height: 100%; } .listWrapper.isOpen {