Skip to content

Commit

Permalink
feat: tweaks to tablet logo positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Dec 5, 2024
1 parent a7924e4 commit f5bdbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doorway-ui-components/src/navigation/LanguageNav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

@media (min-width: $screen-md) {
height: 30px;
margin-left: var(--seeds-s5);
margin-left: calc(var(--logo-tablet-padding) * 0.75);
}

@media (min-width: $screen-lg) {
Expand Down
2 changes: 1 addition & 1 deletion sites/public/styles/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--logo-content-padding: 0;
--logo-desktop-height: var(--base-height);
--logo-desktop-padding: 0;
--logo-tablet-padding: var(--bloom-s6);
--logo-tablet-padding: var(--bloom-s4);
--logo-image-desktop-max-height: 3rem;
--link-align-items: center;
--link-padding-wrapped: var(--bloom-s2) var(--bloom-s4);
Expand Down

0 comments on commit f5bdbad

Please sign in to comment.