Skip to content

Commit

Permalink
adjusted height and padding for icon across viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Aug 7, 2024
1 parent d8b33a2 commit 02bbba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/app/styles/components/ilios-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
.user-guide-link {
grid-area: guide;
height: 66%;
height: 72%;

@include m.for-phone-only {
height: 90%;
height: 100%;
}
}

Expand Down
3 changes: 2 additions & 1 deletion packages/frontend/app/styles/components/user-guide-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $header-menu-background-color: color.adjust(c.$slightWhite, $lightness: -3%);
@include cm.font-size("small");
font-weight: normal;
margin-left: 0.8rem;
padding: 0.25em;
padding: 0.2em;

&:hover,
&:focus {
Expand All @@ -27,6 +27,7 @@ $header-menu-background-color: color.adjust(c.$slightWhite, $lightness: -3%);
@include cm.for-tablet-and-up {
display: inline;
margin-left: 0.5rem;
padding: 0.125em;
}

@include cm.for-phone-only {
Expand Down

0 comments on commit 02bbba2

Please sign in to comment.