9 lines
96 B
SCSS
9 lines
96 B
SCSS
|
.api {
|
||
|
:global .card h4 {
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
margin-top: 45px;
|
||
|
}
|
||
|
}
|