amadeuswolfkang / amadeuswolfkang.github.io

Personal website of Amadeus Kang
https://amadeuskang.com/
0 stars 0 forks source link

Remove horizontal scroll from resume div on Mobile #11

Closed amadeuswolfkang closed 7 months ago

amadeuswolfkang commented 7 months ago

Resume has horizontal scroll on mobile.

Try media query with: width: 100vw padding: 16px instead of using width: 90%

amadeuswolfkang commented 7 months ago

Fixed by adding this line to the mobile media query for the resume div: overflow-x: hidden;