Match type sizes to prototype

This commit is contained in:
Chris Hill-Scott
2016-11-23 10:58:02 +00:00
parent f9d2034e4f
commit bbf3969525

View File

@@ -12,21 +12,22 @@
}
h1 {
@include bold-36;
@include bold-48;
margin: 0 0 $gutter 0;
}
p {
@include core-24;
margin: $gutter-half 0 $gutter;
}
.button-container {
line-height: 35px;
line-height: 45px;
}
.button {
@include button($white);
color: $govuk-blue;
background: $white;
margin-right: 5px;
&:link,