wordsearch/assets/custom.css

12 lines
149 B
CSS
Raw Normal View History

2023-10-07 17:12:47 +01:00
div.center {
text-align: center;
2023-10-07 18:05:05 +01:00
}
div#results {
overflow-y: auto;
max-height: 70dvh;
}
div#results > ul {
list-style-type: none;
2023-10-07 17:12:47 +01:00
}