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> <style>
.card { .card {
width: 2.5in; width: calc(2.5in-4mm);
height: 3.5in; height: calc(3.5in-4mm);
font-size: 8pt; font-size: 8pt;
border: 2mm solid black; border: 2mm solid black;
/*background-image: url("/bg.webp");*/ /*background-image: url("/bg.webp");*/