make the footer text a little bigger
This commit is contained in:
parent
732156dcd6
commit
ef9d7ac9be
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.hias-footer {
|
||||
text-align: center;
|
||||
font-size: 0.4rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue