Bug Fixes

- Fixes #10
- Fixes #12
- Fixes #13
- Added CSP
This commit is contained in:
Shiny Nematoda 2022-08-15 12:36:11 +00:00
parent 599c15a152
commit 6b349380af
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
9 changed files with 41 additions and 17 deletions

View file

@ -277,6 +277,8 @@ th {
}
td {
text-align: center;
max-width: 40vw;
overflow-wrap: break-word;
}
td.bi {
color: indianred;
@ -291,4 +293,10 @@ footer {
footer .bi:before {
font-size: 1.75rem;
}
@media (max-width: 500px) {
select,
input {
max-width: 100% !important;
}
}
</style>