Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Aug 30, 2022
1 parent 46b318b commit fbbb39f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2413,10 +2413,11 @@ main {
.sticky-outer-wrapper,
.sticky-inner-wrapper {
position: relative !important;
width: 100% !important;
width: auto !important;
height: auto !important;
background: transparent !important;
box-shadow: none !important;
transform: none !important;
@media (max-width: 1200px) {
top: 75px !important;
}
Expand Down Expand Up @@ -2450,9 +2451,12 @@ main {
font-size: 20px;
}

.lead-navigation-item:not(:first-child) {
.lead-navigation-item {
display: none;
}
.lead-navigation-item.active-lead-nav {
display: initial;
}
}

}
Expand Down

0 comments on commit fbbb39f

Please sign in to comment.