mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Adjust top margin for logo and back button on tablet
This commit is contained in:
parent
4a3599921d
commit
6bf2e39666
1 changed files with 4 additions and 2 deletions
|
@ -36,7 +36,9 @@ $letter-space--xs: .0125em;
|
|||
}
|
||||
|
||||
.usa-logo {
|
||||
margin-top: units(2);
|
||||
@include at-media(desktop) {
|
||||
margin-top: units(2);
|
||||
}
|
||||
}
|
||||
|
||||
.usa-logo__text {
|
||||
|
@ -125,7 +127,7 @@ a.breadcrumb__back {
|
|||
color: color('primary');
|
||||
}
|
||||
|
||||
@include at-media('desktop') {
|
||||
@include at-media('tablet') {
|
||||
//align to top of sidebar
|
||||
margin-top: units(-0.5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue