From e8fa4f329b04b48b1d02a6418ab0e359e655681a Mon Sep 17 00:00:00 2001 From: clinton Date: Sun, 27 Jan 2019 02:12:51 +0000 Subject: [PATCH] make site mobile friendly it turns out the only thing making the site not scale properly was the use of pre instead of pre-wrap for the footer. well then. --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 065ddc6..69abb21 100644 --- a/default.css +++ b/default.css @@ -342,7 +342,7 @@ img.latex-inline /* Footer template */ p.cke-footer { - white-space: pre; + white-space: pre-wrap; font-family: monospace; font-style: italic; font-size: small; -- 2.20.1