From c4faf11b3803b43b264a96c32d4b356d063af03f Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Wed, 26 May 2021 01:16:19 +0200 Subject: [PATCH] Adjust spacing --- create-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-card.js b/create-card.js index 904663e..7d80f4b 100644 --- a/create-card.js +++ b/create-card.js @@ -102,7 +102,7 @@ class CardCreator { ctx.fillRect(464, 135, 195, 40); ctx.fillRect(669, 135, 195, 40); - ctx.fillRect(464, 183, 400, 205); + ctx.fillRect(464, 183, 400, 210); ctx.fillRect(464, 405, 400, 175); ctx.stroke(); ctx.textAlign = "center";