make the footer text a little bigger

This commit is contained in:
Joe Ardent 2024-03-30 16:49:22 -07:00
parent 732156dcd6
commit ef9d7ac9be
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.hias-footer {
text-align: center;
font-size: 0.4rem;
font-size: 0.9rem;
}
.page-header {

View File

@ -20,7 +20,7 @@
if (resp.ok) {
return resp.text();
} else {
return "no";
return "I don't even know how many";
}
}).then((data) => {
hits.innerHTML = data;