Skip to content

Commit

Permalink
fix docs pagination spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Byrne committed Mar 6, 2020
1 parent e288ab4 commit 4792632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/DocsPagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const PaginationLink = styled.a<PaginationLinkProps>`
h5 {
font-size: 1.25rem;
line-height: 1.3;
margin: 0;
margin: 0 !important;
transition: all 180ms ease-out;
}
Expand Down

0 comments on commit 4792632

Please sign in to comment.