feat: pagination

This commit is contained in:
eneller
2025-04-05 13:36:48 +02:00
parent 1ef440fb8f
commit 6e7d6b1e2a
3 changed files with 34 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ body{
font-size:18px;
color:var(--fg);
padding:0 .2em;
text-align: center;
justify-content: center;
}
h1,h2,h3{
@@ -84,4 +86,7 @@ a:hover, a:any-link{
min-height: 1em;
height: 100%;
padding: 1px;
}
.pagination a{
padding-left: 2em;
}