Fixed hamburger menu not appearing at 800px. Laid groundwork for docs header fixes / reusability tomorrow

This commit is contained in:
Piotr Janosz
2019-07-25 00:20:52 +02:00
committed by fabioberger
parent 5e5ecdcf32
commit 1bdcb4f737
4 changed files with 41 additions and 44 deletions

View File

@@ -29,10 +29,6 @@ const StyledHamburger = styled.button<Props>`
outline: none;
user-select: none;
@media (min-width: 800px) {
display: none;
}
span {
display: block;
background-color: ${props => props.theme.textColor};