Pack
The o-pack
object simply causes any number of elements pack up horizontally
to automatically fill an equal, fluid width of their parent.
Example:
Create a barebones navigation bar by combining it with o-listBare.
<ul class="list o-pack">
<li class="o-pack-item"><a href="#">Home</a></li>
<li class="o-pack-item"><a href="#">About</a></li>
<li class="o-pack-item"><a href="#">Portfolio</a></li>
<li class="o-pack-item"><a href="#">Contact</a></li>
</ul>