Aligned page numbers to the rest again.

This commit is contained in:
Marcus Scholz 2020-08-14 13:56:11 +02:00
parent 3970aed176
commit fb72b00456
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@
.LP-Link{
padding: 15px 25px;
vertical-align: sub;
&:active, &:hover{
background-color: $-beige;

View File

@ -271,7 +271,8 @@ body {
background-color: #D7CEC7;
color: #565656; }
.LP-Pagination .LP-Link {
padding: 15px 25px; }
padding: 15px 25px;
vertical-align: sub; }
.LP-Pagination .LP-Link:active, .LP-Pagination .LP-Link:hover {
background-color: #D7CEC7;
border-radius: 2px;