Refactor handlers
This commit is contained in:
parent
334eb5f4d0
commit
794b873ddd
3 changed files with 46 additions and 32 deletions
|
@ -1,3 +1,12 @@
|
|||
div.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#results {
|
||||
overflow-y: auto;
|
||||
max-height: 70dvh;
|
||||
}
|
||||
|
||||
div#results > ul {
|
||||
list-style-type: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue