Skip to content

Commit

Permalink
Improve spacing above the published dates footer
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillco committed Aug 30, 2024
1 parent a1a81c2 commit 3824576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/components/_published-dates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@
display: none;
visibility: hidden;
}

@include govuk-media-query($media-type: print) {
.app-c-published-dates {
margin-top: 10mm;
}
}

0 comments on commit 3824576

Please sign in to comment.