@media


@media only screen and (min-width: 576px) {
  /** add styles here **/
}

@media

  • All media queries must start with @media