funkydan2 / hugo-kiera

Kiera - A Hugo Theme for writing
https://hugo-kiera.netlify.app
MIT License
71 stars 53 forks source link

Align right post nav link to the right #68

Closed paulwellnerbou closed 2 years ago

funkydan2 commented 2 years ago

Thanks for the PR. Can you help me understand what this change does?

funkydan2 commented 2 years ago

...actually, I understand what it does now. It fixes the layout for the first/last post, where there's not both 'next' and 'previous' navigation available, and so justify-content: space-between; doesn't quite work.

paulwellnerbou commented 2 years ago

Sure. It aligns the link to the previous (older) post to the right, even if it has more than one line.

Before: Screenshot from 2021-11-13 10-13-14

After: Screenshot from 2021-11-13 10-17-14

In addition to that, it aligns it to the right even if there is no next (more recent) post (second commit):

Before: Screenshot from 2021-11-13 10-15-59

After: Screenshot from 2021-11-13 10-16-38

paulwellnerbou commented 2 years ago

Thanks!