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 {

View File

@ -1,4 +0,0 @@
.last-updated {
display: block;
margin: 1rem 0;
}

View File

@ -6,8 +6,8 @@
padding: 0;
list-style: none;
&.inline {
margin-inline-start: 0.25rem;
&.end {
float: inline-end;
}
li {

View File

@ -21,7 +21,6 @@
@use "hidden";
@use "icon";
@use "input";
@use "last-updated";
@use "media";
@use "nav";
@use "not-found";