Fix post header positioning

This commit is contained in:
2026-05-04 00:12:36 +02:00
parent b759508779
commit 141618f2cd
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -68,6 +68,9 @@
padding: var.$elem-spacing 0px;
&.index {
display: flex;
align-items: center;
gap: var.$elem-spacing;
flex: 0 0 auto;
.link {
@@ -285,4 +288,4 @@
}
}
}
}
}