1
0
forked from poc/pds

Merge pull request 'Changed alignment for panel sticker' (#636) from ranjith-dev into master

Reviewed-on: poc/pds#636
This commit is contained in:
2026-05-22 09:57:52 +00:00

View File

@@ -20,11 +20,11 @@
}
.qr{
width:22mm;
height:22mm;
width:28mm;
height:28mm;
position:absolute;
top:3mm;
left:9mm;
top:-1mm;
left:5.8mm;
}
.serial{
@@ -38,12 +38,12 @@
}
.desc{
position:absolute;
top:31.5mm;
top:30.6mm;
width:100%;
text-align:center;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:2.5mm;
font-size:2mm;
white-space:nowrap;
}
</style>