I face text overlapping on one another only when page zoom level is reduced to 90% on Chrome.
So tried
@media all and (min-width: 397px) {
.add-list li {float: left; display: block; width: 50%;}
}
But Specifying media query condition with 397px impacts behaviours at other zoom levels across browsers
Can anyone please suggest me how write media query for exactly 90% page zoom alone?
Is that possible to code media queries based on pixel ratio(on 90% mode)?