moved CSS rules so that link lists and ul look identical; adjusted header
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user