@ -2,11 +2,14 @@ import styled from 'styled-components'
import Link from "next/link"
const MenuLine = styled.div`
display: block;
width: 15rem;
height: 5px;
border-radius: 4px;
width: 2rem;
height: 2px;
border-radius: 2px;
background-color: var(--fg);
&:not(:last-child) {
margin-bottom: .4rem;
}
`
const Menu = () => {
@ -67,3 +67,12 @@ em {
font-style: normal;
text-shadow: var(--emph-shadow) currentColor;
@media only screen and (max-width: 940px) {
.burger-container {
background-color: lightblue;