Files
paige-hugo/layouts/partials/paige_style.html
2022-12-11 01:00:28 -08:00

16 lines
278 B
HTML

<style>
article > div {
margin-bottom: 1rem;
}
blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid #e9ecef;
border-right: 0.25rem solid white;
}
blockquote p:last-of-type {
margin-bottom: 0;
}
</style>