Skip to content

Commit 487fa5c

Browse files
committed
Changed pager size to avoid nav arrows flickering
1 parent 03349a9 commit 487fa5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ body {
4444
}
4545
#pager {
4646
width: 200px;
47-
margin: 10px auto 0 auto;
47+
margin: 0px auto 0 auto;
48+
padding-top: 10px;
4849
text-align: center;
4950
}
5051
#pager a {

0 commit comments

Comments
 (0)