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:
Joe Hutchinson
2018-12-13 14:04:45 -05:00
parent 1827035623
commit 832811615c
2 changed files with 8 additions and 5 deletions

View File

@@ -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;