@media screen and (max-width: 700px) {
  body#docs #header #nav #mobileNav {
    display: initial;
  }
  body#docs #toc {
    border-right: 2px solid #d9d9d9;
    display: none;
    padding-top: 25px;
  }
  body#docs #toc.show {
    display: initial;
  }
  body#docs #toc .close {
    position: absolute;
    display: initial;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
    font-size: 1.4em;
  }
  body#docs #content {
    margin-left: 0;
  }
  body#docs #content .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body#docs #content .nav a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}