Split baseof.html into more templates

This commit is contained in:
Will Faught
2022-12-11 01:00:28 -08:00
parent bdbd7ec8df
commit 158f9d1d5d
15 changed files with 83 additions and 75 deletions

View File

@@ -0,0 +1,15 @@
<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>