Fix excessive p spacing in blockquotes

This commit is contained in:
Matt Baer 2019-04-13 12:04:17 -04:00
parent e80f99a72e
commit c08484aa9c

View file

@ -46,6 +46,11 @@ body {
} }
} }
blockquote {
p + p {
margin: -2em 0 0.5em;
}
}
article { article {
margin-bottom: 2em !important; margin-bottom: 2em !important;