From 6c32cf078395521909ce777a6aa60a4f14ba13d7 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 1 Jan 2020 22:12:47 -0500 Subject: [PATCH] fix pre not wrapping --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index e4ad188..b03c5a2 100644 --- a/local.css +++ b/local.css @@ -67,6 +67,9 @@ blockquote { position: relative; z-index: 99 } +pre { + white-space: pre-wrap +} a {color: #92ebf0} body {background-color: #0a0a0a; color: #eaeaea} h1, h2, h3, h4, h5, h6 {color: #9a9a9a}