Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Logo now redirects to home page - #78 #80

Merged
merged 6 commits into from
Nov 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
keeping checkbox functional
keeping checkbox functional
  • Loading branch information
hur committed Nov 6, 2017
commit f538cd32226289eef496c31d127a9b1e8549687b
4 changes: 4 additions & 0 deletions components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ export default props => {
.mobile__menu {
display: block;
}
input[type='checkbox'] {
display: block;
opacity: 0;
}
.nav__links {
flex-direction: column;
width: 100%;
Expand Down