Text Vertical Spacing
Apply the following classes to the .text-component to modify the vertical spacing (margins top/bottom) of its children:
CSS Class | Description |
---|---|
text-space-y-xxs |
--text-space-y-multiplier: 0.25; |
text-space-y-xs |
--text-space-y-multiplier: 0.5; |
text-space-y-sm |
--text-space-y-multiplier: 0.75; |
text-space-y-md |
--text-space-y-multiplier: 1.25; |
text-space-y-lg |
--text-space-y-multiplier: 1.5; |
text-space-y-xl |
--text-space-y-multiplier: 1.75; |
text-space-y-xxl |
--text-space-y-multiplier: 2; |