Merge pull request #1127 from alphagov/skiplink-product-page

Fix missing skiplink target on product page
This commit is contained in:
Chris Hill-Scott
2017-02-15 13:16:07 +00:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -249,3 +249,7 @@ details .arrow {
.block-label input[disabled] {
opacity: 0.5;
}
#content.override-elements-content {
padding-bottom: 0;
}