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 25, 2022
1 parent bc16b7b commit 46b318b
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2362,11 +2362,12 @@ main {
display: none !important;
}

.logo-nav-wrapper .logoImageSm.computer {
display: static !important;
.sticky-outer-wrapper.active .sticky-inner-wrapper .logo .logoImageSm {
height: 80px !important;
}

.sticky-outer-wrapper .logo {
display: flex;
margin: 0 !important;
}

Expand All @@ -2376,9 +2377,8 @@ main {
color: #058373;
font-size: 20px;
font-weight: 700;
margin-left: 10px;
margin: 1.5rem 0 0 1rem;
max-width: 210px;
display: inline-block !important;
}

.header-bg.contentpage,
Expand Down Expand Up @@ -2436,6 +2436,25 @@ main {
}
}
}

.header-navigation-lead {
justify-content: flex-start;
.active-lead-nav {
background: transparent;
box-shadow: none;
border: none;
overflow: initial;
text-overflow: initial;
padding: 0;
width: auto !important;
font-size: 20px;
}

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

}

.footerWrapper {
Expand Down

0 comments on commit 46b318b

Please sign in to comment.