I have a problem with this site which I can't seem to figure out:
Somehow I get a white border at the bottom of the page. When looking around people said it could be the padding so I added everywhere:
box-sizing: border-box;
and the only place it worked was making my width 100% Height is still more than 100%
I also tried but with no luck.
margin-bottom: 0;