diff options
| -rw-r--r-- | config.org | 5 | 
1 files changed, 3 insertions, 2 deletions
@@ -783,9 +783,10 @@ I generate my website using org mode.  I use the built in ox-publish subsystem f  	   :html-indent nil ;; breaks <pre> tag  	   :html-head "<meta name=\"color-scheme\" content=\"light dark\">      <style> -    body { font-family: \"Comic Sans MS\"; max-width: 80ch; } +    body { font-family: \"Comic Sans MS\"; max-width: 80ch; margin: auto; padding: 1em; } +    header { text-align: center; }      img { max-width: 100%; } -    pre { overflow: scroll; border-right: 1px solid; } +    pre { white-space: pre-wrap; border: 1px solid; padding: 1em; }    </style>"  	   :auto-sitemap t  	   :sitemap-filename "~/data/website/archive.org"  | 
