Skip to content

Commit

Permalink
Fix pagination on mobile
Browse files Browse the repository at this point in the history
Resolves #164
  • Loading branch information
oodamien committed Nov 6, 2023
1 parent d6739c7 commit de06c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ nav.pagination .prev a::before {
nav.pagination .next a::after {
content: "\203a";
}

@media screen and (max-width: 768px) {
nav.pagination {
padding: 1rem 2rem;
}
}

0 comments on commit de06c57

Please sign in to comment.