mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
Rename headings to fix storybook errors
This commit is contained in:
parent
17542a2ee8
commit
4c713a9ca8
@ -31,7 +31,7 @@ Since margin utilities have many variations and will be used in many places, we
|
||||
|
||||
_**Note:** The blue in the examples represents the element, and the orange represents the margin_
|
||||
|
||||
## Uniform spacing
|
||||
## Uniform margins
|
||||
|
||||
Use uniform spacing utilities to apply equal margin to all sides of an element. These utilities can change or override default margins, and can be used with a spacing scale from 0-6.
|
||||
|
||||
@ -59,7 +59,7 @@ Use uniform spacing utilities to apply equal margin to all sides of an element.
|
||||
</div>
|
||||
```
|
||||
|
||||
## Directional spacing
|
||||
## Directional margins
|
||||
|
||||
Use directional utilities to apply margin to an individual side, or the X and Y axis of an element. Directional utilities can change or override default margins, and can be used with a spacing scale of 0-6.
|
||||
|
||||
|
@ -30,7 +30,7 @@ Since padding utilities have many variations and will be used in many places, we
|
||||
|
||||
_**Note:** The blue in the examples below represents the element, and the green represents the padding._
|
||||
|
||||
## Uniform spacing
|
||||
## Uniform padding
|
||||
|
||||
Use uniform spacing utilities to apply equal padding to all sides of an element. These utilities can be used with a spacing scale from 0-6.
|
||||
|
||||
@ -58,7 +58,7 @@ Use uniform spacing utilities to apply equal padding to all sides of an element.
|
||||
</div>
|
||||
```
|
||||
|
||||
## Directional spacing
|
||||
## Directional padding
|
||||
|
||||
Use directional utilities to apply padding to an individual side, or the X and Y axis of an element. Directional utilities can change or override default padding, and can be used with a spacing scale of 0-6.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user