fix: dates

This commit is contained in:
Barrett Ruth 2025-05-22 18:40:46 -05:00
parent b81f0fa3c4
commit ffc8ce9a4c
8 changed files with 1132 additions and 18535 deletions

View file

@ -139,3 +139,14 @@ pre * {
.astro-code {
font-size: 0.8em !important;
}
.post-article h1:has(.date) {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.post-article h1 .date {
font-weight: normal;
}