1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Apply padding to all elements under details

This commit is contained in:
Yuki Langley 2022-12-03 20:57:07 +01:00
parent 79ca846ada
commit 2c2f2c7427

View file

@ -62,7 +62,7 @@ details[open] summary {
margin-bottom: 0.5em;
}
details[open] p, details[open] > div {
details[open] > *:not(summary) {
padding: 0 1.4rem;
}