thoughtbot/refills

footer-2 (Sticky Footer) display property

Judahmeek opened this issue · 2 comments

Currently, footer-2's display value is inline-block. Even with html, body { margin: 0; }, this still results in a line at the bottom of the page due to inline-block's whitespace "feature".

image

So why isn't footer-2's display value simply block?

Granted, if you only change the example footer's display value to block, it collapses, but that's only because the example footer is not assigned the height that is set in the commented out SCSS below.

image

merged