Skip to content

Commit

Permalink
Theme: Show pagination controls on mobile.
Browse files Browse the repository at this point in the history
It appears in the mockup, and it seems wrong to hide it based on device. Similar to #46.

Aside: See #22 (comment) for an adjustment to the pagination that doesn't appear in the mockup, but is treated as final.
  • Loading branch information
iandunn committed Nov 10, 2021
1 parent 13bc419 commit cc7f98d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@
.current {
text-decoration: underline;
}

@include break-small-only(){
display: none;
}
}
}

0 comments on commit cc7f98d

Please sign in to comment.