Skip to content

Commit

Permalink
link spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Nov 6, 2024
1 parent 245269c commit 1c23294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,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: 3px 20px 3px 20px;
margin: 3px 20px 3px 8px;
}

header.new-nav .feds-nav > section.feds-navItem > button.feds-navLink {
Expand All @@ -808,6 +808,7 @@ header.new-nav .feds-nav > section.feds-navItem > button.feds-navLink::after {

header.new-nav .feds-nav > .feds-navItem:not(:last-of-type) > .feds-navLink {
border-bottom: 1px solid #2c2c2c;
padding: 20px;
}

/*
Expand Down

0 comments on commit 1c23294

Please sign in to comment.