Alignment (Bottom)

Gridder allows you to align columns as you see fit. With .bottom- you can force columns to the bottom of a row.


<div class="row bottom-tiny">
  <div class="tiny-6">
    <div class="example-box">Bottom</div>
  </div>
</div>
          

Example

Bottom