Skip to content

Commit

Permalink
Fix the paginator margin
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Nov 26, 2024
1 parent b6fe00b commit 5cc904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ nav#control {
nav#paginator {
display: grid;
font-size: 90%;
margin-top: 20px;
margin: 20px 0;
padding-top: 20px;
text-align: center;
border-top: solid 1px var(--divider-colour);
Expand Down

0 comments on commit 5cc904d

Please sign in to comment.