April 16, 2024 at 2:19 am
#10044695
Keymaster
Hello, I checked the files you sent and if you meant the problem in the first section you basically need to add class “mb-0” on it, so:
<div class="home-intro bg-primary mb-0" id="home-intro">
It will remove the margin and the gap.
You can always try classes mt-0 and mb-0 to remove those gaps.