Fix pagination buttons overlapping with footer on narrow (mobile) displays by slightly increasing pagination margin
This commit is contained in:
parent
9996c5077f
commit
3554cdbee8
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
margin: 4% 8% 2% 8%;
|
margin: 4% 8% 4% 8%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue