fixed the navigation
All checks were successful
/ weblog.lol (push) Successful in 12s

This commit is contained in:
Gordon Pedersen 2024-05-13 11:03:56 +10:00
parent 81739ff6aa
commit c4649e2386
2 changed files with 5 additions and 2 deletions

View file

@ -27,8 +27,8 @@ Post template: Post Template
;; ---------- ;; ----------
Pagination path: /page/ Pagination path: /page/
Previous page template: <span class="next-page"><a href="$next_page"><i class="fa-solid fa-clock-rotate-left"></i> Older</a></span> Previous page template: <span class="previous-page"><a href="$previous_page">Newer <i class="fa-solid fa-clock-rotate-left mirror"></i></a></span>
Next page template: <span class="previous-page"><a href="$previous_page">Newer <i class="fa-solid fa-clock-rotate-left mirror"></i></a></a></span> Next page template: <span class="next-page"><a href="$next_page"><i class="fa-solid fa-clock-rotate-left"></i> Older</a></span>
;; Time stuff ;; Time stuff

View file

@ -253,6 +253,9 @@ main>nav {
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
} }
.previous-page{
margin-left:auto;
}
.mirror { .mirror {
transform: scaleX(-1); transform: scaleX(-1);