I have this div that is parent for ul. I tried to make ul center vertically but I do not know why I see this situation:
<div className=" d-flex align-items-center bg-primary ">
<ul
className="d-flex align-items-center bg-success"
style={{ gap: "3em" }}
>
<li className="bg-danger">vision</li>
<li>consorzio</li>
<li>contatti</li>
</ul>
</div>
the bg-success is not got centered in bg-primary div.
` element. Likely the default margin-bottom on the `
– jjj Mar 07 '23 at 22:23` created a visual offset.