From b3512c685c65f2e0ecb16f526901ed2bd68cf009 Mon Sep 17 00:00:00 2001 From: esther Date: Fri, 23 Dec 2022 13:03:35 +0100 Subject: [PATCH] corazon y posits adaptados --- src/lib/templates/corazon.js | 2 +- src/lib/templates/posits.js | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/lib/templates/corazon.js b/src/lib/templates/corazon.js index b35979d..618a3a1 100644 --- a/src/lib/templates/corazon.js +++ b/src/lib/templates/corazon.js @@ -9,7 +9,7 @@ export const corazon = { top: 20, height: 32, left: 20, - right: 100, + right: 50, fontSize: 18, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", diff --git a/src/lib/templates/posits.js b/src/lib/templates/posits.js index 272e20f..b5fdb00 100644 --- a/src/lib/templates/posits.js +++ b/src/lib/templates/posits.js @@ -4,6 +4,7 @@ import '$lib/templates/templates' export const posits = { name: "posits", image: "plantilla_posits.jpg", + description: "Corazón", heading: { top: 100, height: 1.2, @@ -17,14 +18,14 @@ export const posits = { fontWeight: 400 }, title: { - top: 450, - height: 32, + top: 430, + height: 50, left: 80, right: 80, - fontSize: 32, + fontSize: 28, color: "#000", fontFamily: "'Alegreya Sans SC', sans-serif", - lineHeight: 38, + lineHeight: 30, textAlign: "center", fontWeight: 700 }, @@ -96,7 +97,7 @@ export const posits = { fontSize: 18, color: "#000", fontFamily: "'Arial', sans-serif", - lineHeight: 24, + lineHeight: 18, textAlign: "center", fontWeight: 400 }, @@ -105,7 +106,7 @@ export const posits = { height: 48, left: 32, right: 385, - fontSize: 24, + fontSize: 20, color: "#000", fontFamily: "'Arial', sans-serif", lineHeight: 24,