Latest solutions
Latest comments
- @MishaelKalotaSubmitted about 1 year agoP@lindseydortchPosted about 1 year ago
Your issue in the footer is that you are using a grid-container for .container-8 and using align-self to center on the .info div, you need to use stretch here (which is the default behavior for align-self, so you can actually remove that line) because then the content only expands to what all of the content is for container-8 and not just the info container itself. Then you need to apply something like flexbox to actually get the content in the center of the info div.
Marked as helpful0