Closed jsnrynlds closed 7 years ago
@seanfcarroll I've noticed in a couple of places we have whitespace appearing above the <footer>. If I remember correctly we had a class called .no-margin-top applied to the <footer> to avoid this on certain pages.
<footer>
.no-margin-top
Yes I think it is a HTML issue rather than styling. I will hunt it down.
Fixed https://github.com/crowdAI/crowdai/commit/4e74852b488c0456d2af256ee3590917dde2bf09
Closed
@seanfcarroll I've noticed in a couple of places we have whitespace appearing above the
<footer>
. If I remember correctly we had a class called.no-margin-top
applied to the<footer>
to avoid this on certain pages.