Skip to content

Commit

Permalink
Fix menu toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 19, 2015
1 parent c75ab54 commit b21eaf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/style.styl
Expand Up @@ -207,10 +207,11 @@ ul.heading-list
//

.menu-toggle
$size: 40px
$size = 40px

&
display: none
box-sizing: content-box

@media (min-width: 769px)
display: block
Expand All @@ -223,10 +224,9 @@ ul.heading-list
left: 0
bottom: 0
color: $black
border-radius: 3px
z-index: 10
cursor: pointer
background-color: transparent
background: transparent

&
// keep the white visible
Expand Down

0 comments on commit b21eaf2

Please sign in to comment.