feat: improve details h3
This commit is contained in:
parent
7adc34b984
commit
96a6ed7b2e
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ is-land:not(:defined) .details .control {
|
|||
}
|
||||
|
||||
.details details > h3 {
|
||||
font-size: var(--size-step-0);
|
||||
--flow-space: var(--space-xl-2xl);
|
||||
font-size: calc(var(--size-step-0) * 1.2);
|
||||
}
|
||||
|
||||
.details details > h4 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue