Currently, I am in the process of developing a responsive style sheet that is live on our website. However, it seems to display poorly on non-desktop devices due to being a work in progress.
I am considering using JavaScript to enforce the desktop layout to load on every device, regardless of their viewport size. Is this a feasible solution?