moved CSS rules so that link lists and ul look identical; adjusted header

This commit is contained in:
2026-01-21 17:42:59 +01:00
parent 01feb485bf
commit df73da9ae2
14 changed files with 271 additions and 302 deletions

View File

@@ -57,11 +57,18 @@
flex-direction: row;
align-items: flex-end;
gap: 12px;
margin: var(--margin-header-top) 0 var(--margin-header-bottom) 0;
}
.title-container + hr {
/* Add top margin if no date element exists */
margin-top: 16px;
}
.title {
box-sizing: border-box;
height: fit-content;
margin: 0;
}
.date {
@@ -75,5 +82,6 @@
font-family: var(--font-mono);
font-weight: 500;
font-size: 1.0rem;
margin: 0;
}
</style>