From 07eb4288c459086e3ff9c8268fd0f52d0a67e9de Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Wed, 5 Oct 2022 12:23:23 +0200 Subject: [PATCH] completa city --- src/lib/templates/azul.js | 8 ++++---- src/lib/templates/corazon.js | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/lib/templates/azul.js b/src/lib/templates/azul.js index dcaf50d..84346e8 100644 --- a/src/lib/templates/azul.js +++ b/src/lib/templates/azul.js @@ -91,19 +91,19 @@ export const azul = { }, address: { top: 620, - height: 5.5, + height: 3, left: 2, right: 2, fontSize: 1.2, color: "white", fontFamily: "sans-serif", - lineHeight: 1.8, + lineHeight: 1.5, textAlign: "center", fontWeight: 400 }, city: { - top: 620, - height: 5.5, + top: 680, + height: 2, left: 2, right: 2, fontSize: 1.2, diff --git a/src/lib/templates/corazon.js b/src/lib/templates/corazon.js index d53b84e..4a68758 100644 --- a/src/lib/templates/corazon.js +++ b/src/lib/templates/corazon.js @@ -82,7 +82,7 @@ export const corazon = { height: 1.5, left: 1, right: 10, - fontSize: 1.3, + fontSize: 0, color: "#fff", fontFamily: "sans-serif", lineHeight: 1.8, @@ -91,9 +91,9 @@ export const corazon = { }, address: { top: 645, - height: 5.5, + height: 3.6, left: 8, - right: 2, + right: 1, fontSize: 1.3, color: "white", fontFamily: "'Arial', sans-serif", @@ -102,15 +102,15 @@ export const corazon = { fontWeight: 400 }, city: { - top: 645, - height: 5.5, + top: 25, + height: 1.5, left: 8, - right: 2, - fontSize: 1.3, + right: 1, + fontSize: 1.5, color: "white", fontFamily: "'Arial', sans-serif", lineHeight: 1.6, - textAlign: "left", - fontWeight: 400 + textAlign: "right", + fontWeight: 700 }, }