Make ‘GOV.UK Notify’ less shouty

‘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.
This commit is contained in:
Chris Hill-Scott
2016-02-01 11:54:10 +00:00
parent 90077f1d8b
commit e97f69e801

View File

@@ -46,6 +46,13 @@
#global-header #logo {
white-space: nowrap;
font-size: 27px;
line-height: 32px;
img {
padding-right: 8px;
}
}
@include media(desktop) {