add more space after open details
This commit is contained in:
parent
52647b0d29
commit
43a259d093
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ is-land:not(:defined) .details .control {
|
||||||
margin-block-start: var(--flow-space, 1em);
|
margin-block-start: var(--flow-space, 1em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.details details[open] + details {
|
||||||
|
margin-block-start: var(--space-2xl);
|
||||||
|
}
|
||||||
|
|
||||||
.details details > p:last-child {
|
.details details > p:last-child {
|
||||||
margin-block-end: var(--space-l);
|
margin-block-end: var(--space-l);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue