From 28817663d04b13db329f4669df50bc03d7349443 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Fri, 31 Aug 2018 11:19:10 +0100 Subject: [PATCH] recude hero title size on child pages --- opentech/static_src/src/sass/public/layout/_header.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opentech/static_src/src/sass/public/layout/_header.scss b/opentech/static_src/src/sass/public/layout/_header.scss index d591c78ea..ffc0b7f74 100644 --- a/opentech/static_src/src/sass/public/layout/_header.scss +++ b/opentech/static_src/src/sass/public/layout/_header.scss @@ -77,6 +77,13 @@ text-shadow: none; } + .template-lab-page &, + .template-fund-page &, + .template-news-page &, + .template-project-page & { + @include responsive-font-sizes(40px, 48px); + } + &--homepage { @include responsive-font-sizes(36px, 72px); max-width: 750px; -- GitLab