A simple set of micro padding and margin css classes for tight UI and layout control.
Include the microset class to activate the margin and/or padding classes. The format is as follows:
- Class .m-t-3 is margin-top:3px
- Class .p-b-13 is padding-bottom:13px
- Class .br-6 is border-radius:6px
- Class .microset must be included in element
<div id="#myElement" class="microset m-t-3 p-b-13 br-6">...</div>