From fa8adf51a9717c0998c0e2d6bfb539b0893311a5 Mon Sep 17 00:00:00 2001 From: Nathan Wang Date: Thu, 25 Jun 2020 11:08:49 -0700 Subject: [PATCH] update pre font size --- src/styles/markdown.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 26a5eca..ec50e8b 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -9,6 +9,10 @@ @apply text-gray-900 leading-normal break-words; } +.markdown pre { + font-size: 0.875rem; +} + .markdown > * + * { @apply mt-0 mb-4; }