diff --git a/posts/simple-static-blog/index.html b/posts/simple-static-blog/index.html index 23a9725..cd18435 100644 --- a/posts/simple-static-blog/index.html +++ b/posts/simple-static-blog/index.html @@ -38,6 +38,10 @@ max-width: 50em; } } + + pre { + white-space: pre-wrap; + }