Add toggle content flow spacing

This commit is contained in:
Sodbileg Gansukh 2021-11-25 10:31:36 +08:00
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

View File

@ -1120,6 +1120,10 @@ except for when immediately preceeded by a heading */
margin: auto;
}
.kg-toggle-content > * + * {
margin-top: min(2.4rem, 4vmin);
}
/* Captions */
figcaption {