How to make website responsive for safari

49

@media not all and (min-resolution:.001dpcm) { 
@media {
    /* Your Class */
}}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
@media {
    /* Your Class */
}}
_::-webkit-full-page-media, _:future, :root .safari_only {
  
		property: value;

}

Comments

Submit
0 Comments