How do I remove responsive code from an exported website?

Unfortunately I forgot to code the phone and tablet websites within webflow and have already worked on the exported one quite a bit. For the website I am doing, it doesn’t really matter that much, so I would rather simply delete the code.

Where abouts is it?

it uses standard media queries for definition in the CSS. Removing them should remove any changes. In the HTML they are applied as global classes appended to elements:

class="w-hidden-medium w-hidden-small w-hidden-tiny