17 lines
206 B
CSS
17 lines
206 B
CSS
#score {
|
|
height: 2px;
|
|
}
|
|
|
|
#results > * {
|
|
padding: 2em;
|
|
}
|
|
|
|
#results > details {
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
|
|
#results:not(:has(details[open])) summary {
|
|
height: 80vh;
|
|
}
|
|
|