Replace "From newest to oldest" with the total amount of posts (fixes #85)
This commit is contained in:
@ -50,6 +50,7 @@
|
||||
|
||||
.tags {
|
||||
justify-content: flex-end;
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
background-color: var(--accent-color-alpha);
|
||||
|
@ -1,13 +1,14 @@
|
||||
.tags {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.25rem;
|
||||
margin: 0;
|
||||
margin-block-start: 2rem;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
transition: var(--transition);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user