Is there a way to make my max-width
media queries effective for retina displays? I encountered an issue when testing my website on a macbook air with a pixel ratio of 2, causing my media queries to trigger at incorrect screen widths.
For reference, here is a snippet of how I implemented my media queries:
@media only screen and (max-width: 1800px){ }