Updated logo and og:image

This commit is contained in:
Jonathan Bobel
2024-03-07 16:42:57 -05:00
parent 7e2977f519
commit 6a2f54367c
8 changed files with 56 additions and 17 deletions

View File

@@ -22,17 +22,23 @@ i.e.
@use "uswds-core" as *;
iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
outline: units(1px) dotted color('blue-40v');
outline: units(1px) auto color('blue-40v');
outline-offset: 0.3rem;
}
.usa-header--extended {
.usa-logo {
font-family: family("sans");
margin: units(4) 0;
margin: units(2) 0 units(1);
@include at-media-max('desktop') {
margin: units(4) 0 units(4) units(2);
}
img {
@include at-media($theme-header-min-width) {
width: 80px;
height: 70px;
height: 35px;
@include at-media('desktop') {
height: 60px;
}
}
}