I've been working on developing a web app with a focus on mobile-first design. When I scale down my Chrome window, everything looks responsive and functions well, adjusting objects to fit the smaller screen size.
However, I noticed that when I switch to a mobile view by using the inspect-element tool and selecting the phone icon, the page doesn't scale down as expected. I'm unsure whether the mobile device view accurately represents what users will see or if it's more like just resizing the browser window. How can I ensure that my page will look good across different devices?