kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

/donate page - push the footer to the bottom #76

Closed Overlandcoder closed 1 year ago

Overlandcoder commented 1 year ago

Closes Issue #70

Luckily this was a simple fix, we just needed to remove the pb-5 class from the section that contains the page contents.

Overlandcoder commented 1 year ago

Ah wait this might not be an ideal solution, because if more content gets added to this page then we may want the padding to be added back. I'll test it out