add space between the elements in the results page

This commit is contained in:
buzz-lightsnack-2007 2024-05-08 21:59:51 +08:00
parent b935ab7dc9
commit 716be06ef4

View file

@ -6,6 +6,14 @@
padding: 2em;
}
#results > * > *:not(:first-child) {
margin-block-start: 1em;
}
#results > * > *:not(:last-child) {
margin-block-end: 1em;
}
#results > summary {
height: 100%;
}