Hi. I used a Bootstrap theme to put together a little portfolio for myself (hooray for self actualization!) and I had to make some changes. I’m now having some trouble with one of the columns being out of whack, and I was wondering if someone could point out what the issue is. I THINK it’s probably something small:
<div>
<div class=”container-fluid p-0″>
<div class=”row no-gutters”>
<div class=”col-lg-4 col-sm-6″>
<a class=”portfolio-box” href=”realdrum.html”>
<img class=”img-fluid rounded img-thumbnail” src=”bs1.jpg” alt=”” />
</a>
</div>
<div class=”col-lg-4 col-sm-6″>
<a class=”portfolio-box” href=”csindex.html”><img class=”img-fluid rounded img-thumbnail” src=”bs2.jpg” alt=”” /></a>
</div>
<div class=”col-lg-4 col-sm-6″>
<a class=”portfolio-box” href=”todoindex.html”><img class=”img-fluid rounded img-thumbnail” src=”HTML _ CSS _ JavaScript.jpg” alt=”” /></a>
</div>
</div>
</div>
And the problem looks like this: