FIX: blockquote inside aside had top-margin
This commit is contained in:
parent
dfd011e986
commit
e64758fe3c
|
@ -32,6 +32,10 @@
|
|||
aside.quote {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
// blockquote is docked within aside for content
|
||||
blockquote {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cooked .highlight {
|
||||
|
|
Loading…
Reference in New Issue