fix pre not wrapping

This commit is contained in:
alison wright 2020-01-01 22:12:47 -05:00
parent 9ea725804d
commit 6c32cf0783

View File

@ -67,6 +67,9 @@ blockquote {
position: relative; position: relative;
z-index: 99 z-index: 99
} }
pre {
white-space: pre-wrap
}
a {color: #92ebf0} a {color: #92ebf0}
body {background-color: #0a0a0a; color: #eaeaea} body {background-color: #0a0a0a; color: #eaeaea}
h1, h2, h3, h4, h5, h6 {color: #9a9a9a} h1, h2, h3, h4, h5, h6 {color: #9a9a9a}