Hello, I am currently using Bootstrap 4 and have a question regarding the "justify-content-around" property. When there are more than three li elements, it works perfectly, but if there are less than three, it does not work. Any tips on how to fix this issue?
The content is located inside this section.
<ul class="row center justify-content-around">
</ul>
Here is a live example: