Add toggle content flow spacing
This commit is contained in:
parent
c1006ec649
commit
6bc9b021b5
3 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1120,6 +1120,10 @@ except for when immediately preceeded by a heading */
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-toggle-content > * + * {
|
||||||
|
margin-top: min(2.4rem, 4vmin);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Captions */
|
/* Captions */
|
||||||
figcaption {
|
figcaption {
|
||||||
|
|
Loading…
Reference in a new issue