Files
joeac.net/website/public/css/feed.css
Joe Carstairs 534074e66a No CSS nesting
2024-07-01 13:59:26 +01:00

9 lines
230 B
CSS

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