diff --git a/src/lib/templates/corazon.js b/src/lib/templates/corazon.js index d659613..076c9bd 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: 350, + 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,