Fix misaligned sidebar on the tour

Got broken when we moved the service name out of the nav.
This commit is contained in:
Chris Hill-Scott
2016-12-14 16:40:50 +00:00
committed by GitHub
parent ecf7f5a1b5
commit cb1a26c37d

View File

@@ -116,7 +116,7 @@
@extend %banner;
background: $govuk-blue;
color: $white;
margin-top: $gutter;
margin-top: 10px;
padding: $gutter;
height: 475px;
overflow: hidden;