From 641456cef5b001f516936ee8392d1933b5671aac Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Mon, 6 Nov 2023 16:56:32 +0000 Subject: [PATCH] Fixed h2 font size on mobile --- app/webpacker/styles/home.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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;