Olivier
Olivier

Reputation: 3400

Vertical align div in zurb foundation for apps

In foundation for apps, there is the new flexbox system to display elements. I can't figure out how to vertical align a grid-content in a grid-block.

Is such a thing possible?

Upvotes: 0

Views: 764

Answers (1)

Olivier
Olivier

Reputation: 3400

I found the v-align css when looking into foundation code:

<div class="grid-block v-align">
  <div class="grid-content">
    Content
  </div>
</div>

Upvotes: 7

Related Questions