<div class="flex lg:flex-grow items-center" id="example-navbar-info"> <ul class="flex flex-col lg:flex-row list-none ml-auto"> <li class="nav-item">
Example 1: ustify-content: flex-end; bootstrap
<div class="d-flex justify-content-end">...</div>
Example 2: flex wrap bootstrap
<div class="d-flex flex-wrap">...</div>