Fixed hamburger menu not appearing at 800px. Laid groundwork for docs header fixes / reusability tomorrow
This commit is contained in:
committed by
fabioberger
parent
5e5ecdcf32
commit
1bdcb4f737
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user