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 {
|
.hias-footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.4rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
if (resp.ok) {
|
if (resp.ok) {
|
||||||
return resp.text();
|
return resp.text();
|
||||||
} else {
|
} else {
|
||||||
return "no";
|
return "I don't even know how many";
|
||||||
}
|
}
|
||||||
}).then((data) => {
|
}).then((data) => {
|
||||||
hits.innerHTML = data;
|
hits.innerHTML = data;
|
||||||
|
|
Loading…
Reference in a new issue