summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build-website.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-website.el b/build-website.el
index eaa710f..9c37ea1 100644
--- a/build-website.el
+++ b/build-website.el
@@ -22,6 +22,19 @@
 (setq org-export-with-section-numbers nil
       org-export-with-sub-superscripts nil
       org-export-with-toc nil
+      org-html-head "<style type=\"text/css\">
+  body {
+      margin: 40px auto;
+      max-width: 650px;
+      line-height: 1.6;
+      font-size: 18px;
+      color: #444;
+      padding: 0 10px;
+  }
+  h1, h2, h3 {
+      line-height: 1.2;
+  }
+</style>"
       org-html-head-include-default-style nil
       org-html-head-include-scripts nil
       org-html-postamble nil)