Home > front end >  Broken mobile responsiveness in iOS only
Broken mobile responsiveness in iOS only

Time:08-15

I'm experiencing a weird issue with the mobile responsive layout of a website.
The address is Picture 1

Here you can see how I can freely move horizontally, this doesn't happen on dev tools or android devices. Picture 2

Also when I press the mobile burger the whole layout shrinks a bit. Picture 3

CodePudding user response:

it is because the top part "flex-shrink-0 flex items-center". I entered a "max-width: 100%;".

  • Related