Help with misaligned flexbox footer

Asked

Viewed 39 times

1

I’d like some help with mine footer , that is getting totally misaligned, I have tried a clear: both , but without success, I would like a help to correct this error. the original footer code is this: https://codepen.io/x-gyba/pen/pEmyRk

and my current project is this: https://codepen.io/x-gyba/pen/pNmbEe

See that it is totally deformed, where the error can be?

  • first, the "<p> tag is max-width:700px" (picking from the global scope), so the copyright is not aligned in the center correctly

  • See there: https://codepen.io/anon/pen/GrNWaq

1 answer

2


First, your tag: <a href="#contato"> </a> is missing a >

Second, your class .footer-infos it has to be like this:

display:flex;
flex-direction:column;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.