Home > OS >  Content does not size correctly to viewport
Content does not size correctly to viewport

Time:06-11

I'm a beginner on CSS and HTML, and I have to fix a problem on this website: enter image description here

CodePudding user response:

Try this to add in media query

body, html{overflow-x:hidden;}
  • Related