Merge pull request 'modified panel sticker size' (#637) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #637
This commit was merged in pull request #637.
This commit is contained in:
2026-05-22 10:15:31 +00:00

View File

@@ -20,8 +20,8 @@
}
.qr{
width:28mm;
height:28mm;
width:29mm;
height:29mm;
position:absolute;
top:-1mm;
left:5.8mm;
@@ -29,7 +29,7 @@
.serial{
position:absolute;
top:26mm; /* 3 + 22 + 1mm spacing */
top:27mm; /* 3 + 22 + 1mm spacing */
width:100%;
text-align:center;
font-family:Arial, sans-serif;
@@ -43,7 +43,7 @@
text-align:center;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:2mm;
font-size:3mm;
white-space:nowrap;
}
</style>