mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 11:37:38 +00:00
Add toggle content flow spacing
This commit is contained in:
parent
c1006ec649
commit
6bc9b021b5
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 New Issue
Block a user