Display multiple post authors of present, align tags to the right

This commit is contained in:
daudix
2024-07-20 02:00:53 +03:00
parent 0866d0725b
commit a6e0471fb2
12 changed files with 66 additions and 64 deletions

View File

@ -2,7 +2,6 @@
margin-top: 2rem;
article {
&.draft,
&.archive,
&.featured {
@ -178,10 +177,6 @@
background-color: var(--yellow-fg);
}
}
.tags {
float: inline-end;
}
}
hr:last-of-type {