This commit is contained in:
2020-01-08 20:57:27 +08:00
parent 04ce6eb512
commit 854ce8b0cf
10 changed files with 96 additions and 62 deletions

View File

@@ -25,6 +25,9 @@
.markdown h4 {
@apply leading-loose;
}
.markdown p {
@apply my-4;
}
.markdown blockquote {
@apply bg-gray-100 p-3 mx-3 my-2 border-l-4 border-gray-400;
}