Add Mobile Menu, slideout, styling and component restructure

This commit is contained in:
Moris Zen
2018-07-05 16:49:34 +02:00
parent 3051a7d188
commit d6df2f0270
8 changed files with 187 additions and 40 deletions

View File

@@ -19,9 +19,11 @@ const Layout = ({ children, data }) => (
},
]}
/>
<Header />
{children()}
<Footer />
<div className="side-panel">
<Header />
{children()}
<Footer />
</div>
</div>
)