Skip to content

Commit

Permalink
Merge pull request #3316 from alphagov/page-level-print-styles
Browse files Browse the repository at this point in the history
Improve spacing above the published dates footer
  • Loading branch information
matthillco authored Sep 2, 2024
2 parents a1a81c2 + 3824576 commit 135ed24
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 135ed24

Please sign in to comment.