diff --git a/app/webpacker/styles/home.scss b/app/webpacker/styles/home.scss index 5126bc26d8..e6ee431c4a 100644 --- a/app/webpacker/styles/home.scss +++ b/app/webpacker/styles/home.scss @@ -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;