diff --git a/blocks/header/header.css b/blocks/header/header.css index c36d117..db3b2da 100644 --- a/blocks/header/header.css +++ b/blocks/header/header.css @@ -503,12 +503,15 @@ header.transparent nav[aria-expanded="true"] .nav-link-section a.nav-drop-text:h header .nav-sections .nav-drop ul { padding: 0; - gap: unset; - justify-content: space-between; flex-wrap: wrap; row-gap: 40px; } + /* stylelint-disable-next-line no-descending-specificity */ + header .nav-sections ul > li .nav-sublist ul { + gap: 44px 16px; + } + /* stylelint-disable-next-line no-descending-specificity */ header .nav-sections .nav-drop ul li a:any-link { padding: 0 16px;