Padding
Add padding to a single side
Control the padding on one side of an element using the t.p{T|R|B|L|S|E}{Size}
utilities.
For example,
t.pT6
would add 24
of padding to the top of an element,
t.pR4
would add 16
of padding to the right of an element,
t.pB8
would add 32
of padding to the bottom of an element,
t.pL2
would add 8
of padding to the left of an element.,
t.pS1
would add 4
of padding to the start of an element., and
t.pE0
would add 0
of padding to the end of an element.
t.pT8
t.pR8
t.pB8
t.pL8
Add horizontal padding
Control the horizontal padding of an element using the t.pX{Size}
utilities.
t.pX8
Add vertical padding
Control the vertical padding of an element using the t.pY{Size}
utilities.
t.pY8
Add padding to all sides
Control the padding on all sides of an element using the t.p{Size}
utilities.
t.p8
Directional
Control the padding on one side of an element using the t.p{S|E}{Size}
utilities.
For example,
t.pS8
would add 32
of padding to the start of an element, and
t.pE2
would add 8
of padding to the end of an element.
ltr
t.pS8
t.pE8
rtl
t.pS8
t.pE8