fixed body element's margins

This commit is contained in:
Stavros Polymenis 2017-01-07 21:07:52 +00:00
parent 06c31f7892
commit 9f1739c192
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ body
color: $colour-fg
max-width: 210mm
body, article > *
body, body > *, article > *
margin: auto
p, pre

View File

@ -37,7 +37,7 @@ body {
color: #99C2D8;
max-width: 210mm; }
body, article > * {
body, body > *, article > * {
margin: auto; }
p, pre {