From e97f69e8011de3bd87bba367f4c25ea344df7586 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 1 Feb 2016 11:54:10 +0000 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=98GOV.UK=20Notify=E2=80=99=20less?= =?UTF-8?q?=20shouty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘GOV.UK’ in the template is set in 30px type to line up perfectly with the crown. When adding more text, it looks too big. This commit reduces the type size to 27px (which is still a core type size) and tweaks the spacing so that things still look nice/aligned. --- app/assets/stylesheets/app.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 90771c9cb..0a0528649 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -46,6 +46,13 @@ #global-header #logo { white-space: nowrap; + font-size: 27px; + line-height: 32px; + + img { + padding-right: 8px; + } + } @include media(desktop) {