wordsearch/assets/custom.css
2023-10-07 18:05:05 +01:00

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;
}