From f64e8dc719bcaf75f8073309a468e80c88bfdd8f Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 8 Feb 2018 12:42:12 +0000 Subject: [PATCH] resetting the line height of the page title so the breadcrumbs can sit above it --- opentech/static_src/src/sass/layout/_header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opentech/static_src/src/sass/layout/_header.scss b/opentech/static_src/src/sass/layout/_header.scss index 2c7b7c010..3e47332e6 100644 --- a/opentech/static_src/src/sass/layout/_header.scss +++ b/opentech/static_src/src/sass/layout/_header.scss @@ -52,7 +52,8 @@ } &__title { - margin: 0; + margin: 0 0 20px; + line-height: 1; color: $color--white; text-shadow: 0 2px 15px $color--black-10; text-transform: uppercase; -- GitLab