Skip to content

Commit

Permalink
Fixed section menu spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Nov 6, 2024
1 parent 64ee717 commit 1eee1d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,8 @@ header.new-nav .feds-nav-wrapper--expanded {
z-index: 2;
}

header.new-nav .feds-nav-wrapper .feds-nav {
gap: 30px;
margin-top: 40px;
header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem:first-child {
padding-top: 25px;
}

header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem > button.feds-navLink {
Expand All @@ -786,7 +785,7 @@ header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem > bu
transform: 12px 0;
animation: slideleft 0.3s ease, fadein 0.3s ease;
animation-fill-mode: forwards;
margin: 0 20px 0 20px;
margin: 3px 20px 3px 20px;
}

header.new-nav .feds-nav > section.feds-navItem > button.feds-navLink {
Expand Down

0 comments on commit 1eee1d1

Please sign in to comment.