This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/public/css/feed.css
2025-05-17 19:51:23 +01:00

17 lines
353 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-xs);
}
.h-feed .full-feed-link {
text-align: end;
}
.h-feed :is(a.full-feed-link, .full-feed-link a)::after {
content: ' >'
}