Fix card width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-08-25 19:17:08 +02:00
parent b3a19831a4
commit 26df996f8a

View File

@ -33,7 +33,7 @@ export function ComplexFamilyTree(p: {
store,
svg: view.svg,
card_dim: {
w: 160,
w: 210,
h: 118,
text_x: 5,
text_y: 70,