css: set width 60em, not 50em. (it was adapted from untitled.vimuser.org)
This commit is contained in:
parent
2c4acfb902
commit
cb3da8ef42
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue