Fix excessive p spacing in blockquotes
This commit is contained in:
parent
e80f99a72e
commit
c08484aa9c
|
@ -46,6 +46,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
p + p {
|
||||
margin: -2em 0 0.5em;
|
||||
}
|
||||
}
|
||||
article {
|
||||
margin-bottom: 2em !important;
|
||||
|
||||
|
|
Loading…
Reference in New Issue