update pre font size

This commit is contained in:
Nathan Wang 2020-06-25 11:08:49 -07:00
parent dd70277b22
commit fa8adf51a9

View file

@ -9,6 +9,10 @@
@apply text-gray-900 leading-normal break-words;
}
.markdown pre {
font-size: 0.875rem;
}
.markdown > * + * {
@apply mt-0 mb-4;
}