Use macro for pagination links

This commit is contained in:
Jonny Barnes 2020-02-23 17:12:17 +00:00
parent eb4f479b97
commit debbfa98d6
6 changed files with 46 additions and 28 deletions

View file

@ -65,6 +65,13 @@ main .h-feed {
.note > .e-content > .naked-link .u-photo {
margin: 2rem 0; }
.pagination {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 90vw;
list-style-type: none; }
.personal-bio {
padding: 0 2rem; }