feat: Style main result
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ecc3d418fc
commit
666cc732bf
@ -427,6 +427,7 @@ function updateNumRatsCalculator() {
|
||||
resultsDiv.innerHTML = "";
|
||||
const p = document.createElement('p');
|
||||
p.textContent = i18next.t("cage-for-x-rats", {"num_rats": Math.floor(allowedNumRats)});
|
||||
p.className = " is-size-5 has-text-weight-semibold"
|
||||
resultsDiv.appendChild(p);
|
||||
resultsDiv.appendChild(result);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user