diff --git a/src/components/MegaMenu/styles.module.scss b/src/components/MegaMenu/styles.module.scss
index 3ef15ed..678340b 100644
--- a/src/components/MegaMenu/styles.module.scss
+++ b/src/components/MegaMenu/styles.module.scss
@@ -87,7 +87,7 @@
}
.groupTitle {
- margin: 0;
+ margin: 10px 0;
color: $dark-text;
}
@@ -103,7 +103,7 @@
.item {
flex: 1 1 40%;
- height: 100px;
+ height: 80px;
box-sizing: border-box;
padding: 10px;
background-color: $shade3;
diff --git a/src/components/Menu/Menu.tsx b/src/components/Menu/Menu.tsx
index 192fe48..5e62faa 100644
--- a/src/components/Menu/Menu.tsx
+++ b/src/components/Menu/Menu.tsx
@@ -71,6 +71,7 @@ const MegaMenuItem = ({text, quote, source, groups, onItemClick}: MegaMenuItemPr
setIsActive(!isActive)}
>
{text}
diff --git a/src/components/Menu/styles.module.scss b/src/components/Menu/styles.module.scss
index 79f12eb..53fa12a 100644
--- a/src/components/Menu/styles.module.scss
+++ b/src/components/Menu/styles.module.scss
@@ -77,7 +77,7 @@
}
.megaMenuActive {
- max-height: 1000px;
+ max-height: 800px;
}
.search {
@@ -131,6 +131,10 @@
position: inherit;
}
+ .megaMenuActive {
+ max-height: 1500px;
+ }
+
.navMobile {
display: flex;
align-items: center;