We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d03ced commit 51d63bcCopy full SHA for 51d63bc
src/sections/General/Navigation/index.js
@@ -326,7 +326,7 @@ const Navigation = () => {
326
changeDropdownState();
327
closeDropDown();
328
}}
329
- className="mobile-sub-menu-item"
+ className={subItems.sepLine ? "mobile-sub-menu-item" : "mobile-nested-menu"}
330
activeClassName="nav-link-active"
331
>
332
{subItems.name}
src/sections/General/Navigation/navigation.style.js
@@ -648,6 +648,10 @@ const NavigationWrap = styled.header`
648
.mobile-sub-menu-item {
649
font-size: 1.1rem;
650
}
651
+ .mobile-nested-menu {
652
+ font-size: 1.1rem;
653
+ margin-left: 1rem;
654
+ }
655
656
657
.nav-link-active {
0 commit comments