From: clinton Date: Sun, 27 Jan 2019 02:12:51 +0000 (+0000) Subject: make site mobile friendly X-Git-Url: http://git.hcoop.net/clinton/website/src/unknownlamer.org.git/commitdiff_plain/e8fa4f329b04b48b1d02a6418ab0e359e655681a 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. --- 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;