20.19 #Row.inline Row inline

Toggle example guides Toggle HTML markup

.sf-row.-inline

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -inline">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
    </div>