20.22 #Row.justify-content-center justify-content: center
.theme.-row.-justify-content-center
I am first in the markup
I am second in the markup
Html
<div class="sf-row -justify-content-center">
<div class="sf-row__col -flex-4">
I am <strong>first</strong> in the markup
</div>
<div class="sf-row__col -flex-4">
I am <strong>second</strong> in the markup
</div>
</div>