Implement GCP Cloud Function

This commit is contained in:
Ray Miller 2023-10-08 14:25:57 +01:00
parent 794b873ddd
commit 15d4b66afa
13 changed files with 242686 additions and 38 deletions

View file

@ -3,10 +3,11 @@ div.center {
}
div#results {
overflow-y: auto;
max-height: 70dvh;
height: 60dvh;
}
div#results > ul {
list-style-type: none;
}
overflow-y: auto;
height: 100%;
}