From 45894cfe3e369bdc8900cb856f67fbc94f4d0fe1 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 17 Feb 2020 12:23:59 +0100 Subject: [PATCH] Make pre element responsive --- posts/simple-static-blog/index.html | 4 ++++ 1 file changed, 4 insertions(+) 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; + }