Currently, the content on my page does not have any viewport settings. It is simply using a 25% left and right margin for the entire content area. The issue arises when accessing the page from a mobile device, as the width adjusts to match the screen size of the phone, resulting in an unattractive appearance with the 25% margin.
My goal is to prevent the page from fitting the mobile screen and instead maintain the original size. Similar to how most other pages function.
Is there a way to achieve this?