From ae550f9246874da4931a8c5343af0d9a38921498 Mon Sep 17 00:00:00 2001 From: esther Date: Fri, 23 Dec 2022 12:45:18 +0100 Subject: [PATCH] brancha de esther --- src/lib/templates/corazon.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/lib/templates/corazon.js b/src/lib/templates/corazon.js index c553a60..b35979d 100644 --- a/src/lib/templates/corazon.js +++ b/src/lib/templates/corazon.js @@ -3,31 +3,31 @@ import '$lib/templates/templates' /** @type {import('$lib/templates/templates').Template} */ export const corazon = { name: "corazon", - description: "Corazón", + description: "", image: "corazon.png", heading: { - top: 8, + top: 20, height: 32, - left: 8, + left: 20, right: 100, - fontSize: 32, + fontSize: 18, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 32, textAlign: "left", - fontWeight: 700 + fontWeight: 400 }, title: { - top: 88, - height: 64, + top: 58, + height: 120, left: 8, right: 8, - fontSize: 32, + fontSize: 35, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", - lineHeight: 32, + lineHeight: 28, textAlign: "center", - fontWeight: 300 + fontWeight: 500 }, subtitle: { @@ -35,12 +35,12 @@ export const corazon = { height: 48, left: 8, right: 8, - fontSize: 48, + fontSize: 25, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 48, textAlign: "center", - fontWeight: 700 + fontWeight: 300 }, content: { top: 480, @@ -95,23 +95,23 @@ export const corazon = { height: 48, left: 128, right: 8, - fontSize: 24, + fontSize: 18, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", - lineHeight: 24, + lineHeight: 20, textAlign: "left", fontWeight: 400 }, city: { - top: 8, + top: 20, height: 32, left: 80, - right: 8, - fontSize: 32, + right: 20, + fontSize: 18, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 36, textAlign: "right", - fontWeight: 700 + fontWeight: 500 }, }