fixed article element's margins

This commit is contained in:
Stavros Polymenis 2017-01-07 20:22:35 +00:00
parent a70eabbbaa
commit 06c31f7892
2 changed files with 2 additions and 2 deletions

View File

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

View File

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