Quick One: How to remove the gaps in the start and end of a div?
Can you please help me with this one? I have no clue how this happened. The
gap should only be applied between child divs.
6 Replies
probably
justify-content: space-between; on the flex parentThanks but it doesn't fix the problem
Ahh! I think I found the problem. It's probably because of the Pseudo elements!
if you include a codepen that demonstrates the problem, I can take another look, but with just the screenshots I don't really have enough information. That is if you haven't fixed it already 🙂
[SOLVED]
Lol! It's the pseudo elements! 😄

Thanks for the help buddy!
ah nice, thanks for posting the solution too 😄