12 lines
No EOL
149 B
CSS
12 lines
No EOL
149 B
CSS
div.center {
|
|
text-align: center;
|
|
}
|
|
|
|
div#results {
|
|
overflow-y: auto;
|
|
max-height: 70dvh;
|
|
}
|
|
|
|
div#results > ul {
|
|
list-style-type: none;
|
|
} |