style: Allow for slightly wider page bodies
This commit is contained in:
parent
040c348780
commit
07583c2b19
1 changed files with 1 additions and 1 deletions
2
blog.css
2
blog.css
|
@ -1,7 +1,7 @@
|
|||
<style type="text/css">
|
||||
body {
|
||||
margin: 40px auto;
|
||||
max-width: 650px;
|
||||
max-width: 800px;
|
||||
line-height: 1.6;
|
||||
font-size: 18px;
|
||||
color: #383838;
|
||||
|
|
Loading…
Reference in a new issue