Fix spacing on the element after a blockquote

This commit is contained in:
Oliver Davies 2020-02-23 19:25:21 +00:00
parent acaecfaa05
commit 14bf930e42

View file

@ -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
}