0
So, I would like to know how I can align the icons with the texts, in this case, the text right in the direction of the center of the icon. I tried it like this, and with some other Bootstrap classes, but some don’t even take effect.
<div class="d-inline-flex justify-content-start align-items-stretch">
<div class="col-md-2">
<i class="fas fa-envelope" id="logo-email"></i>
</div>
<div class="col-md-8 m1-auto align-self-center">
<p class="texto-estilo">texto aqui</p>
</div>
</div>
But that way they don’t line up, the text always gets too high, or too low, it’s weird. At the moment it’s like this:
you can post a fiddle of like this to help you better?
– OtavioCapel
of course, just a sec
– Giovane Machado
ah, actually I don’t know how to do with bootstrap there in jsfiddle
– Giovane Machado