i have made 2 sites live and they both look great on my pc even when i use the chromes responsive tab but on mobile devices the settings i set do not show up and the mobile site looks to be in shambles…
@BareAbbu10 To debug, make sure that your build process is doing the same thing as your development process.
- Run the same Build command locally on your PC as you are on Netlify.
- Go into the folder and run
npx serve
.
This will serve the static output of your site in much the same way as Netlify and should show the same end result.