@media (max-width: 768px) {
  .nav-item {
    padding: .5em 1em !important;
    width: 8em;
    /*min-width: 5em;*/
    background-color: #e2e2e2;
    border-bottom: solid;
    border-bottom-width: thin;
  }
}

