Store primes in sessionStorage to make reloading the page quicker.

This commit is contained in:
2023-02-13 14:55:25 +00:00
parent c4f6c24469
commit 8cf3e3c41a
7 changed files with 69 additions and 7 deletions

View File

@ -99,3 +99,12 @@
bottom: 0;
right: 0;
}
#remaining-reinforcements {
position: fixed;
bottom: 20px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}