fix: prerender

This commit is contained in:
fn
2026-04-02 14:12:13 +01:00
parent cb858438ef
commit 852a4a348c
3 changed files with 11 additions and 2 deletions

View File

@@ -207,6 +207,15 @@ a {
transform: translateY(-50%);
}
.post-meta-row > span + span::before {
content: "|";
width: auto;
height: auto;
background: none;
top: 0;
transform: none;
}
.post {
max-width: 760px;
}