css: set width 60em, not 50em. (it was adapted from untitled.vimuser.org)

This commit is contained in:
Leah Rowe 2022-01-02 07:58:04 +00:00
parent 2c4acfb902
commit cb3da8ef42
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ html{
.date,.author,.h a{display:none} .date,.author,.h a{display:none}
code,pre,#TOC,a:hover{background:#eee} code,pre,#TOC,a:hover{background:#eee}
:not(p),a:hover { :not(p),a:hover {
max-width:50em; max-width:60em;
margin:0 auto; margin:0 auto;
font-family:sans-serif; font-family:sans-serif;
line-height:1.4 line-height:1.4