make site mobile friendly
authorclinton <clinton@unknownlamer.org>
Sun, 27 Jan 2019 02:12:51 +0000 (02:12 +0000)
committerclinton <clinton@unknownlamer.org>
Sun, 27 Jan 2019 02:12:51 +0000 (02:12 +0000)
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

index 065ddc6..69abb21 100644 (file)
@@ -342,7 +342,7 @@ img.latex-inline
 /* Footer template */
 p.cke-footer
 {  
 /* Footer template */
 p.cke-footer
 {  
-  white-space: pre;
+  white-space: pre-wrap;
   font-family: monospace;
   font-style: italic;
   font-size: small;
   font-family: monospace;
   font-style: italic;
   font-size: small;