Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created May 19, 2022 14:46
Show Gist options
  • Save wpmu-authors/8d32e6b6d3a65253bc93e71845efd38e to your computer and use it in GitHub Desktop.
Save wpmu-authors/8d32e6b6d3a65253bc93e71845efd38e to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 1920px) and (device-aspect-ratio: 16/9) {
.your-css {
/* All your styling goes here */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment