Fix excessive p spacing in blockquotes
This commit is contained in:
parent
e80f99a72e
commit
c08484aa9c
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
p + p {
|
||||||
|
margin: -2em 0 0.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
article {
|
article {
|
||||||
margin-bottom: 2em !important;
|
margin-bottom: 2em !important;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue