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; @extend %banner;
background: $govuk-blue; background: $govuk-blue;
color: $white; color: $white;
margin-top: $gutter; margin-top: 10px;
padding: $gutter; padding: $gutter;
height: 475px; height: 475px;
overflow: hidden; overflow: hidden;