Skip to content
Julio Taylor edited this page Nov 5, 2014 · 1 revision

Monolith includes a few extra utility classes to do basic tasks with your elements:

No-margin Classes

You can change the margin of any element by adding .no-margin, or for example .no-margin-left, .no-margin-right, .no-margin-top, .no-margin-bottom to remove just a specific margin.

usage example:

<div class="no-margin-left no-margin-right">Hello world!</div>

will remove the left and right margins from left and right only.

Clone this wiki locally