eddiexing / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

side scroll issue on mobile #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

You have to be careful with padding, margin, and even border when using width: 100% as these will push the element beyond 100%. Here this margin is causing that side scrolling effect on your mobile sized screen. There are 2 other places that also have this issues, I'll let you hunt those down (use dev tools).

https://github.com/eddiexxx/f1-3-c2p1-colmar-academy/blob/master/Colmar%20Academy/resources/css/style.css#L306-L308