Comments on 29. || Flow All Comments

Hi!! I used this for IC, and for some reason there's a gap at the top of it? ^^ I've used the CSS on other codes and its never happened before, so I was wondering if it was something in the code, or if you'd know of a way to remove the gap?

Beautiful code too, was going to comment anyways when I finished the profile, super worth the money <3

Hi there!

The gap is here because of the class="py-5" at the very start of the code. It adds some padding at the top and also at the bottom. Remove it and it'll be gone! If you want to remove the upper padding but leave the bottom one, you can change py-5 to pb-5 instead.

Thank you so much !! Love your codes