juicy css mobile nav toggle

This commit is contained in:
Mashy
2019-05-17 16:14:26 +10:00
parent 00b0dd023b
commit 2dabf8e53f
10 changed files with 69 additions and 6 deletions
+2
View File
@@ -51,6 +51,8 @@ document.fonts.load('16pt "Jura"').then(() => {
const Cryps = () => (
<div id="cryps" >
<input type="checkbox" id="toggle-nav"/>
<label id="toggle-nav-label" htmlFor="toggle-nav"><i className="fa fa-bars"></i></label>
<Header />
<Nav />
<Main />