Add BHiLab; resize QR code

This commit is contained in:
Nicolò P 2023-08-30 12:44:47 +02:00
parent 1737648766
commit b8de6793b1
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@
</div>
</div>
<footer class="container text-center text-italic p-2">
<p class="p-1">Powered by <a href="https://www.ispc.cnr.it/it_it/2021/04/19/bhilab/">BHiLab</a></p>
</footer>
</body>

View File

@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', () => {
ctx.clearRect(0,0,canvas.width, canvas.height);
const txtColor = "#000";
const qrSize = 220;
const qrSize = 225;
const leftMargin = 12;
ctx.fillStyle = txtColor;