JuanPabloDiaz / landingZone

Landing page from a Figma project. App Build with React and Tailwind
https://lp.jpdiaz.dev/
MIT License
1 stars 0 forks source link

MVP2 >> Layout is off in mobile #47

Closed JuanPabloDiaz closed 9 months ago

JuanPabloDiaz commented 9 months ago

Add some CSS to DISABLE the Horizontal Scroll

html, body { max-width: 100%; overflow-x: hidden; }