Fix CSS calc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michal Kunc 2022-04-06 17:37:19 +02:00
parent d7a469cf5d
commit a6fa30b19b

View File

@ -15,8 +15,8 @@
<style>
.card {
width: calc(2.5in-4mm);
height: calc(3.5in-4mm);
width: calc(2.5ini - 4mm);
height: calc(3.5in - 4mm);
font-size: 8pt;
border: 2mm solid black;
/*background-image: url("/bg.webp");*/