Below is a snippet of my code:
<div class="container branduri justify-content-center">
<div class="row justify-content-center">
<div class="col-xl-4">
<h1><strong>+100</strong></h1>
</div>
<div class="col-xl-4">
<h1><strong>+100</strong></h1>
</div>
<div class="col-xl-4">
<h1><strong>+100</strong></h1>
</div>
Despite the code, on my website, the alignment of the columns is a bit off. Refer to the image in the link provided to see the issue. Can anyone help with centering them correctly? https://i.sstatic.net/rlKyP.png Thank you.