Created
May 19, 2022 14:46
-
-
Save wpmu-authors/8d32e6b6d3a65253bc93e71845efd38e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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