I want to write media query based on screen resolution. My screen resolution height is 768. I wrote media query for this as:
@media(min-height:768px) and (ma
@media only screen and (max-width: 375px) and (max-height:667px) { }