add space between the elements in the results page
This commit is contained in:
parent
b935ab7dc9
commit
716be06ef4
1 changed files with 8 additions and 0 deletions
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue