From 6bf2e39666b33247c99b99113fcc27ecdab89da9 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Thu, 30 Mar 2023 12:56:42 -0400 Subject: [PATCH] Adjust top margin for logo and back button on tablet --- .../assets/sass/_theme/_uswds-theme-custom-styles.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 806cacbd3..d26a6fcb1 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -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); }