Hello,
I would like to know how I can have 2 mobile version for my website, one for the Iphones 6/7/8 and one for the Iphones X/XS/11/12
I cannot manage to do the media query properly. If someone can help me on that, that would be awesome
I have tried this but doest work
@media only screen and (max-width: 640px) and (max-height:811px)";
@media only screen and (max-width: 640px) and (min:height:812px)";