Fix spacing on the element after a blockquote
This commit is contained in:
parent
acaecfaa05
commit
14bf930e42
|
@ -45,6 +45,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
blockquote + * {
|
||||
@apply mt-4
|
||||
}
|
||||
|
||||
code {
|
||||
@apply -my-px px-1 py-px border border-gray-400 text-sm bg-gray-200
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue