Skip to content

Commit

Permalink
Revert "header with promo top rule in style.css should be for all vie…
Browse files Browse the repository at this point in the history
…wports"

This reverts commit e1eb59d.
  • Loading branch information
sharmrj committed Jan 17, 2025
1 parent e1eb59d commit 72e39a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,15 +744,15 @@ header.global-navigation + .feds-localnav {
border: 0;
}

header.global-navigation.has-promo {
top: var(--global-height-navPromo);
}

@media (min-width: 900px) {
header.global-navigation.has-breadcrumbs {
padding-bottom: var(--global-height-breadcrumbs);
}

header.global-navigation.has-promo {
top: var(--global-height-navPromo);
}

header.global-navigation + .feds-localnav {
display: none;
}
Expand Down

0 comments on commit 72e39a5

Please sign in to comment.