Use macro for pagination links
This commit is contained in:
parent
eb4f479b97
commit
debbfa98d6
6 changed files with 46 additions and 28 deletions
7
public/assets/app.css
vendored
7
public/assets/app.css
vendored
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue