Site Responsive after deployment

My site is responsive on my local host both on the Desktop view and mobile view, but deployment is only responsive on desktop view and not responsive on mobile view.

link to the website: https://snap-ui.netlify.app/

@Olaniyi3853 Are you able to provide screenshots that demonstate what you mean?

Checking the link that you’ve provided it’s responsive at all sizes, (albeit fairly poorly), and it’s impossible to tell what it’s supposed to look like.

You could also confirm that you don’t have the deployment locked to a previous version.

A screenshot of how it looks on mobile, it’s not fitted

@Olaniyi3853 Have you checked your breakpoints in your stylesheets?

For example I see the following for 376px

But this for 377px (with the poor rendering likely just being my system)

Looks like he site is deleted, but it usually happens when you don’t add:

<meta name="viewport" content="width=device-width, initial-scale=1">

to <head>.