We know that there are different ways we can change the width(or any properties) of the element using the @media queries
We can use Aspect pixel ratio, device width and height. https://developer.mozilla.org/en-US/docs/Web/CSS/@media
Requirement : We have to maintain the same physical width of the element accross platorms, In Mobile,desktop, or any of the DPI element should looks same.
I tried using em, vw,%, no luck. If i used all these the physical look of the element will very from one devioce to another. Some of the device it looks small, some devices it's big.
Can anyone please suggest me how we can achieve this.