Display multiple post authors of present, align tags to the right
This commit is contained in:
@ -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 {
|
||||
|
@ -1,4 +0,0 @@
|
||||
.last-updated {
|
||||
display: block;
|
||||
margin: 1rem 0;
|
||||
}
|
@ -6,8 +6,8 @@
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
&.inline {
|
||||
margin-inline-start: 0.25rem;
|
||||
&.end {
|
||||
float: inline-end;
|
||||
}
|
||||
|
||||
li {
|
||||
|
@ -21,7 +21,6 @@
|
||||
@use "hidden";
|
||||
@use "icon";
|
||||
@use "input";
|
||||
@use "last-updated";
|
||||
@use "media";
|
||||
@use "nav";
|
||||
@use "not-found";
|
||||
|
Reference in New Issue
Block a user