bahobab / colmar-academy

flexbox showcase
0 stars 0 forks source link

mobile side scroll #1

Closed rimmesbe closed 6 years ago

rimmesbe commented 6 years ago

Be careful with margin, padding, and even borders when using width 100% because it will push the screen beyond 100% creating a side scroll. Here this margin is what is giving your mobile sized site side scroll:

https://github.com/bahobab/colmar-academy/blob/master/resources/css/style.css#L399

bahobab commented 6 years ago

Margin issues fixed.