@media only screen and (max-width: 792px) {
  nav .nav-link {
    text-align: center;
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
}