

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  ul, li {
    font-size: 12px !important;
  }
}