Restore post metadata and align comments
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 05:04:25 +05:30
parent 5f146e3ef4
commit 4b3aa3022e
24 changed files with 400 additions and 95 deletions

View file

@ -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 {