Restructuring components and styling

This commit is contained in:
Moris Zen
2018-07-06 17:33:36 +02:00
parent 416017807a
commit 6469d1bcfa
8 changed files with 71 additions and 62 deletions

View File

@@ -6,7 +6,7 @@ import Header from '../components/Header'
import Footer from '../components/Footer'
import SideMenu from '../components/SideMenu'
import '../styles/index.css'
import '../styles/custom.css'
import '../styles/general.css'
const Layout = ({ children, data }) => (
<div className="font-sans mx-auto">