Skip to content

Commit

Permalink
Add font specification to pagination results (#89)
Browse files Browse the repository at this point in the history
* Add font specification to pagination results

* Add margin-top:0 to results CSS

This is also assumed in to have been adopted from the GOV.UK Design System CSS

* Fix typo
  • Loading branch information
gregtyler authored May 13, 2020
1 parent 3f56a48 commit d98cb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/moj/components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
}

.moj-pagination__results {
@include govuk-font(19);
margin-top: 0;
@include govuk-media-query($from: desktop) {
display: inline-block;
margin-bottom: 0;
Expand Down

0 comments on commit d98cb80

Please sign in to comment.