Skip to content

Commit

Permalink
adjusted mobile nav offset on PNI (#13169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis authored Nov 26, 2024
1 parent bf59341 commit 9b9b898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/sass/buyers-guide/bg-main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ html {

// Utilities

body.pni .primary-nav-container .wrapper-burger .narrow-screen-menu {
@media screen and (min-width: $bp-lg) {
top: 94px;
}
}

.bg-product-image {
background: $pni-product-image-background;
}
Expand Down

0 comments on commit 9b9b898

Please sign in to comment.