lasercut border

main
aglaia 1 year ago
parent 6d9c87c094
commit 65e9351d29

@ -16,6 +16,7 @@
top: 10mm;
border-radius: 10px;
z-index: -1;
display: none;
}
.card > h2{
top: 5mm;
@ -25,6 +26,7 @@
padding-top: 3mm;
font-size: 15px;
font-family:monospace;
display: none;
}
.card > p.text {
width: 50mm;
@ -34,6 +36,7 @@
left: 10mm;
text-align: center;
margin: 0;
display: none;
}
.card > p.textnoimage {
width: 60mm;
@ -43,5 +46,6 @@
left: 5mm;
right: 5mm;
text-align: center;
font-size: 6.5;
font-size: 6.5;
display: none;
}

Loading…
Cancel
Save