File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ Use directional utilities to apply margin to an individual side, or the X and Y
73
73
The extended scale starts from spacer ` 7 ` up to ` 12 ` . ** Note** : Only the y-axis (` mt ` , ` mb ` and ` my ` ) and its responsive variants are supported.
74
74
75
75
``` html live
76
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-7 p-1 color-bg-subtle" >.mb -7</div ></div >
77
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-8 p-1 color-bg-subtle" >.mb -8</div ></div >
78
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-9 p-1 color-bg-subtle" >.mb -9</div ></div >
79
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-10 p-1 color-bg-subtle" >.mb -10</div ></div >
80
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-11 p-1 color-bg-subtle" >.mb -11</div ></div >
81
- <div class =" color-bg-attention d-inline-block" ><div class =" mt-12 p-1 color-bg-subtle" >.mb -12</div ></div >
76
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-7 p-1 color-bg-subtle" >.mt -7</div ></div >
77
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-8 p-1 color-bg-subtle" >.mt -8</div ></div >
78
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-9 p-1 color-bg-subtle" >.mt -9</div ></div >
79
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-10 p-1 color-bg-subtle" >.mt -10</div ></div >
80
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-11 p-1 color-bg-subtle" >.mt -11</div ></div >
81
+ <div class =" color-bg-attention d-inline-block" ><div class =" mt-12 p-1 color-bg-subtle" >.mt -12</div ></div >
82
82
```
83
83
84
84
## Center elements
You can’t perform that action at this time.
0 commit comments