main div on landing pages has a bottom margin that leads to an odd gap between blocks and footers
Requested from Gabe. Our landing page scss has
main {
margin-bottom: 44px;
}
This adds some nice breathing room between the final block and footer in most cases. However, sometime the last block has a background. The people page has a gray bg. This makes the margin stick out as a white block in between.
We can't just delete it because it kinda squishes things a bit too much. But we should consider options to hide this gap a little more.