Merge pull request #1055 from alphagov/quis-patch-1

Fix misaligned sidebar on the tour
This commit is contained in:
minglis
2016-12-16 15:15:54 +00:00
committed by GitHub

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;