Skip to content

Commit

Permalink
adjust hero overlay mobile size (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Oct 12, 2023
1 parent 64d0257 commit 40e051e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pages/hero-overlay/overlay.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
// < mobile
@include at-media-max("mobile-lg") {
@include u-padding-x(2);
@include u-padding-y(4);
}

.grid-container {
Expand All @@ -65,7 +66,7 @@

// < mobile
@include at-media-max("mobile-lg") {
@include u-font-size('sans', 15);
@include u-font-size('sans', 14);
}
}

Expand Down

0 comments on commit 40e051e

Please sign in to comment.