I'm currently in the process of creating a responsive web page. I want to ensure that the minimum screen width is set to 480px. How can I achieve this?
Currently, I have fixed the width at 480px, which works well on phones but appears too large on tablets. I need a solution where the width adjusts dynamically for larger screens.