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.

Commit 85e1953

Browse files
committed
Logo hover debug - changed mobile navigation checkbox to display: none;
1 parent 09732eb commit 85e1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default props => {
189189
}
190190
input[type='checkbox'] {
191191
position: absolute;
192-
opacity: 0;
192+
display: none;
193193
top: 25px;
194194
left: 25px;
195195
}

0 commit comments

Comments
 (0)