Apply the main content margin in the default-layout stylesheet rather than individually on every page

This commit is contained in:
Danielle McLean 2017-10-09 14:10:38 +11:00
parent 41375abdd4
commit b121d461e2
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 1 additions and 5 deletions

View file

@ -10,6 +10,7 @@ body
min-height: 100vh
> main
flex: 1
margin: 2em
> footer
text-align: center
padding-bottom: 1em

View file

@ -1,2 +0,0 @@
ol.h-feed
margin: 2em

View file

@ -1,2 +0,0 @@
article.h-entry
margin: 2em

View file

@ -1,7 +1,6 @@
body > main
display: flex
flex-direction: row-reverse
margin: 2em
> ol.h-feed
flex: 1
margin-right: 2em;