This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/pages/post.css
2024-04-16 09:43:53 -07:00

26 lines
No EOL
356 B
CSS

/* embeds */
.eleventy-plugin-youtube-embed {
margin-bottom: var(--sizing-lg);
}
/* footnotes */
hr.footnotes-sep {
margin: var(--sizing-base) 0;
}
.footnotes-list {
margin-bottom: 0;
padding-left: 0;
& li:last-child {
margin-bottom: 0;
}
}
.footnotes {
padding-bottom: var(--sizing-base);
}
.footnote-item > p {
display: inline;
}