Add BHiLab; resize QR code
This commit is contained in:
parent
1737648766
commit
b8de6793b1
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user