From 0b747657c229ec05561e1555255c9fee14169f9b Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Wed, 26 May 2021 23:40:20 +0200 Subject: [PATCH] Align everything vertically --- create-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-card.js b/create-card.js index abc57ff..95a43d6 100644 --- a/create-card.js +++ b/create-card.js @@ -37,7 +37,7 @@ const rectHalfWidth = (rectFullWidth / 2) - (rectHalfWidthSpacing / 2); const rectStartX = 464; const rectStartXHalf = rectStartX + rectHalfWidth + rectHalfWidthSpacing; -const rectStartRow1Y = 7; +const rectStartRow1Y = 15; const rectStartRow2Y = rectStartRow1Y + rectHeightRow1 + rectSpacing; const rectStartRow3Y = rectStartRow2Y + rectHeightRow2 + rectSpacing; const rectStartRow4Y = rectStartRow3Y + rectHeightRow3 + rectSpacing;