I am looking to maintain a fixed size for an element across different devices in reality, such as 6 x 3 cm. Currently, I have set it to 400 X 200 px and adjusted the layout accordingly (like single column display for smaller screens).
While this setup works well when resizing my desktop browser, the element appears much smaller when simulating mobile devices using dev tools.
Is there a simple way to ensure the element stays the same size on all devices?
I am struggling with this seemingly simple issue, so any guidance would be greatly appreciated!
For reference: