@media screen and (max-width: 767px) {
  nav ul {
    position: absolute;
    top: 100px;
  }
  nav ul li {
    display: block;
  }
}
