@ -18,6 +18,7 @@ const BurgerContainer = styled.div<{open: boolean}>`
height: 1.8rem;
flex-direction: column;
justify-content: center;
margin-left: auto;
div {
transition: .2s;
@ -15,6 +15,12 @@ const NavCont = styled.nav`
a:hover {
opacity: .4;
}
@media screen and (max-width: 960px) {
display: none;
position: absolute;
top: 0;
`
const Nav = () => {