Adjust top margin for logo and back button on tablet

This commit is contained in:
igorkorenfeld 2023-03-30 12:56:42 -04:00
parent 4a3599921d
commit 6bf2e39666
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -36,7 +36,9 @@ $letter-space--xs: .0125em;
} }
.usa-logo { .usa-logo {
margin-top: units(2); @include at-media(desktop) {
margin-top: units(2);
}
} }
.usa-logo__text { .usa-logo__text {
@ -125,7 +127,7 @@ a.breadcrumb__back {
color: color('primary'); color: color('primary');
} }
@include at-media('desktop') { @include at-media('tablet') {
//align to top of sidebar //align to top of sidebar
margin-top: units(-0.5); margin-top: units(-0.5);
} }