Reduce card size by border width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michal Kunc 2022-04-06 17:34:27 +02:00
parent 0cac048dff
commit d7a469cf5d

View File

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