Skip to content

Commit

Permalink
Fixed h2 font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
garethwilliamsdesign authored Nov 6, 2023
1 parent ec9756c commit 641456c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/webpacker/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
display: none;
}

@include mq($until: tablet) {
#salary-banner .call-to-action__content h2 {
font-size: 24px;
line-height: 25px;
}
}

@media (max-width: 1000px) {
#salary-banner picture {
display: none;
Expand Down

0 comments on commit 641456c

Please sign in to comment.