wordsearch/assets/custom.css

14 lines
164 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 {
2023-10-08 14:25:57 +01:00
height: 60dvh;
2023-10-07 18:05:05 +01:00
}
div#results > ul {
list-style-type: none;
2023-10-08 14:25:57 +01:00
overflow-y: auto;
height: 100%;
}