what is causing my items in the header to stretch in big sizes?
https://codepen.io/Adhurim-Gashi/pen/yLmVRZJ
pretty frustrated, how do i fix this?
5 Replies
may anyone help me with this please
are you using flex?
yes.
by default flex tends to flex the items if you dont want it to be flex you can give the property
flex-grow: 0
yup, or maybe try to convert it to grid, if you want extra control