Restore post metadata and align comments
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
This commit is contained in:
parent
5f146e3ef4
commit
4b3aa3022e
24 changed files with 400 additions and 95 deletions
|
|
@ -300,7 +300,16 @@
|
|||
}
|
||||
|
||||
.poetry-post-title {
|
||||
@apply mb-8 text-2xl font-semibold md:mb-10 md:text-3xl;
|
||||
@apply mb-3 text-2xl font-semibold md:text-3xl;
|
||||
}
|
||||
|
||||
.poetry-post-meta {
|
||||
@apply mb-8 flex flex-wrap items-center justify-center gap-2 font-mono text-xs uppercase tracking-wide text-muted-foreground md:mb-10;
|
||||
}
|
||||
|
||||
.poetry-post-meta span::before {
|
||||
content: "/";
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.poetry-post-body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue