Fix CSS calc
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-06 17:37:19 +02:00
parent d7a469cf5d
commit a6fa30b19b
+1 -1
View File
@@ -15,7 +15,7 @@
<style>
.card {
width: calc(2.5in-4mm);
width: calc(2.5ini - 4mm);
height: calc(3.5in - 4mm);
font-size: 8pt;
border: 2mm solid black;