Reduce card size by border width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0cac048dff
commit
d7a469cf5d
@ -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");*/
|
||||
|
Loading…
Reference in New Issue
Block a user