Hi there,
Having a bit of trouble getting my CSS to work.. I have a 7px border around my site, but to make it work, I've had to force the site to be, at minimum, the full browser height with code as well. Unfortunately, the code for that doesn't take into account the border, and so the page ends up being 14px too long.
I've tried changing my code to help (see below), but it does not change the height.
body { border:7px solid #e91c1c; }
site {height: calc(100vh-14px)}
Any suggestions?
Site: Website