Space out items in blue box a bit

I went too far with tightening it up from the prototype. This is
somewhere in between.
This commit is contained in:
Chris Hill-Scott
2016-11-28 14:54:49 +00:00
parent 16226c9975
commit 40d2d3f338

View File

@@ -3,7 +3,7 @@
&-intro {
margin: -10px 0 $gutter * 1.5 0;
padding: $gutter 0 $gutter * 1.5 0;
padding: $gutter * 2 0 $gutter * 2 0;
background: $govuk-blue;
color: $white;
@@ -28,7 +28,7 @@
.button {
background: $white;
margin-right: 5px;
margin-right: 15px;
&:link,
&:visited,