Updated favicon package and header styling

This commit is contained in:
Jonathan Bobel
2024-03-08 10:11:51 -05:00
parent 6a2f54367c
commit f379f5de15
9 changed files with 32 additions and 6 deletions

View File

@@ -31,14 +31,17 @@ iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
.usa-header--extended {
.usa-logo {
font-family: family("sans");
margin: units(2) 0 units(1);
margin: units(3) 0;
@include at-media-max('desktop') {
margin: units(4) 0 units(4) units(2);
}
img {
height: 35px;
@include at-media('desktop') {
height: 60px;
a {
display: flex;
img {
height: 35px;
@include at-media('desktop') {
height: 60px;
}
}
}
}