wordsearch/standalone/assets/custom.css

18 lines
204 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%;
}
span.small {
font-size: x-small;
}