Padding
Class
.padding--{ t | r | b | l | a }--{1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10}Code Sample
Padding top = 4 unit
<div class="pt--4 bg--plum rounded--6"><p class="bg--gainsboro pa--1">
Paragraph section with <kbd>.pt--4</kbd> or <kbd>.padding--t--4</kbd> class.</p>
</div>Variable
Last updated
Was this helpful?