Add blockquote styles

master
Will Faught 3 years ago
parent c270ca2b35
commit 113ddf7824

@ -33,6 +33,16 @@
{{ partial "head" . }}
{{ end }}
<style>
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;
}
#content div {
margin-bottom: 1rem;
}

Loading…
Cancel
Save