Change older posts and newer posts navigation from buttons to links and fix older page navigation appearing on the left
This commit is contained in:
@@ -243,12 +243,15 @@ input:checked ~ .hamburger-menu-overlay {
|
||||
}
|
||||
.pagination-nav {
|
||||
margin: 2em 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
max-width: 47rem;
|
||||
}
|
||||
.pagination-newer {
|
||||
float:left;
|
||||
}
|
||||
.pagination-older {
|
||||
float: right;
|
||||
}
|
||||
.button {
|
||||
padding: 0.5em 0.6em;
|
||||
background-color: #FFF;
|
||||
|
||||
Reference in New Issue
Block a user