wordsearch/assets/custom.css

13 lines
164 B
CSS

div.center {
text-align: center;
}
div#results {
height: 60dvh;
}
div#results > ul {
list-style-type: none;
overflow-y: auto;
height: 100%;
}