mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
ox-html.el: Limit maximum content width and center
* lisp/ox-html.el (org-html-style-default): Improve appearance and legibility on large screens buy centering and limiting the content width to the upper end of advised line width, ~140 characters.
This commit is contained in:
parent
ce04ec0e55
commit
00cd6de31b
@ -259,6 +259,7 @@ property on the headline itself.")
|
||||
|
||||
(defconst org-html-style-default
|
||||
"<style type=\"text/css\">
|
||||
#content { max-width: 60em; margin: auto; }
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user