Adds Links page and fixes blog feed

This commit is contained in:
Joe Carstairs
2024-06-05 09:38:10 +01:00
parent b5a434c959
commit f977ee338c
8 changed files with 111 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
.h-feed {
/* Assumes there is at most one level of subheading for sub-dividing entries */
:is(h2, h3, h4, h5, h6) {
margin-block-start: var(--spacing-block-md);
}
.h-entry {
margin-block-start: var(--spacing-block-sm);
}
}