Quick commit before pulling latest

This commit is contained in:
Jonathan Bobel
2024-01-01 10:34:59 -05:00
parent b17eb5a216
commit aa8529b5bb
5 changed files with 77 additions and 41 deletions

View File

@@ -22,16 +22,23 @@ i.e.
@use "uswds-core" as *;
.usa-header--extended .usa-logo {
font-family: family("sans");
margin: units(4) 0;
@include at-media-max('mobile-lg') {
margin: units(4) 0 units(4) units(2);
.usa-header--extended {
.usa-logo {
font-family: family("sans");
margin: units(4) 0;
@include at-media-max('mobile-lg') {
margin: units(4) 0 units(4) units(2);
}
img {
@include at-media($theme-header-min-width) {
width: 80px;
height: 70px;
}
}
}
img {
@include at-media($theme-header-min-width) {
width: 80px;
height: 70px;
.usa-nav__secondary {
.usa-nav__link {
padding: 0;
}
}
}
@@ -44,15 +51,12 @@ i.e.
&> .usa-nav__primary-item > a {
font-size: size("body", 4);
}
&> .usa-nav__primary-item:last-child {
margin-left: auto;
@include u-margin-right(-4);
}
// &> .usa-nav__primary-item:last-child {
// margin-left: auto;
// @include u-margin-right(-4);
// }
}
.usa-nav__primary
h1 {
font-weight: bold !important;
}