jgvargas / 2022-Cohort-Projects

Collection of cohort projects from the freeCodeCamp cohorts
1 stars 1 forks source link

Footer placement not appropriate on smaller screens. #24

Closed clintonmyers closed 2 years ago

clintonmyers commented 2 years ago

The footer should always be at the bottom of each page. This is a quick fix. Each large layout element in your page should always be placed relative to all other large layout elements, like a tower of blocks. Elements don't generally need to be forced to the bottom of the page as they will naturally end up there when placed on the bottom of your template.