summaryrefslogtreecommitdiff
path: root/website/public/css/feed.css
blob: 699a571d29ea6c64bfae84362d993f897a3b33f4 (plain)
1
2
3
4
5
6
7
8
9
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);
	}
}