open-city / recycling

Crowdsourcing data about which residential buildings do not have recycling in Chicago
MIT License
27 stars 24 forks source link

Footer not showing on bottom of pages #104

Closed matiaskitty closed 9 years ago

matiaskitty commented 9 years ago

The footer is not showing at the absolute bottom of the page. See screenshot. Footer is showing in a different place on each page (looks relative to content but not to window height) screen shot 2015-01-26 at 11 13 01 am

benwilhelm commented 9 years ago

That's by design. It's actually rather complex to get a footer to stick to the bottom of the page when the content is less than the height of the window, but flow to the bottom when it overflows. I limited the width of the footer so it matches the content width, which makes it appear a little less out of place.

http://mybuildingdoesntrecycle.com/about

Is that a satisfactory solution?

matiaskitty commented 9 years ago

That looks good to me. Thanks much.