Currently, I'm facing an issue with my laptop and monitor both having a screen resolution of 1920x1080. Despite responding to the CSS, they display elements differently. For instance, the navigation bar appears wider on one screen compared to the other.
I've attempted to resolve this by using @media (max-resolution:140dpi)
, but it doesn't seem to be effective. Could anyone provide guidance on how to overcome this challenge?