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>
|
<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");*/
|
||||||
|
Loading…
Reference in New Issue
Block a user