Refactor handlers

This commit is contained in:
Ray Miller 2023-10-07 18:05:05 +01:00
parent 334eb5f4d0
commit 794b873ddd
3 changed files with 46 additions and 32 deletions

View file

@ -1,3 +1,12 @@
div.center {
text-align: center;
}
div#results {
overflow-y: auto;
max-height: 70dvh;
}
div#results > ul {
list-style-type: none;
}