I'm currently working with an HTML document that has a responsive design.
However, I now need to make it non-responsive. Can someone advise me on the most efficient and fastest way to do this?
I attempted using min-width
for both html
and body
, but certain elements are still adapting to the window size. Any suggestions?