Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /* iPhone X and Xs Max */
  2. @media only screen
  3. and (min-device-width: 375px)
  4. and (min-device-height: 812px)
  5. and (-webkit-device-pixel-ratio: 3)
  6. and (orientation: portrait) {
  7. /* styles */
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement