Fix pagination buttons overlapping with footer on narrow (mobile) displays by slightly increasing pagination margin

This commit is contained in:
olipratt 2017-03-02 19:10:25 +00:00
parent 9996c5077f
commit 3554cdbee8

View file

@ -134,7 +134,7 @@ main {
}
.pagination {
margin: 4% 8% 2% 8%;
margin: 4% 8% 4% 8%;
height: 20px;
}