From c7e8c86187005cc0732191b81637c1552d9067df Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Fri, 7 Oct 2022 19:18:57 +0200 Subject: [PATCH] plantilla posits lista --- src/lib/templates/posits.js | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/lib/templates/posits.js b/src/lib/templates/posits.js index 28676b5..272e20f 100644 --- a/src/lib/templates/posits.js +++ b/src/lib/templates/posits.js @@ -17,14 +17,14 @@ export const posits = { fontWeight: 400 }, title: { - top: 430, - height: 3, - left: 4, - right: 4, - fontSize: 2, + top: 450, + height: 32, + left: 80, + right: 80, + fontSize: 32, color: "#000", - fontFamily: "'Arial', sans-serif", - lineHeight: 2.1, + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 38, textAlign: "center", fontWeight: 700 }, @@ -54,61 +54,61 @@ export const posits = { }, date: { top: 600, - height: 4, - left: 26.5, - right: 2, - fontSize: 1.2, + height: 48, + left: 428, + right: 32, + fontSize: 20, color: "firebrick", fontFamily: "sans-serif", - lineHeight: 1.5, + lineHeight: 22, textAlign: "center", fontWeight: 700 }, time: { top: 655, - height: 2, - left: 26.5, - right: 2, - fontSize: 1.8, + height: 32, + left: 428, + right: 32, + fontSize: 32, color: "firebrick", fontFamily: "sans-serif", - lineHeight: 2, + lineHeight: 32, textAlign: "center", fontWeight: 700 }, weekday: { top: 600, - height: 1.5, + height: 5, left: 18.5, right: 5, - fontSize: 0, + fontSize: 20, color: "#fff", fontFamily: "sans-serif", - lineHeight: 1.8, + lineHeight: 28, textAlign: "center", fontWeight: 700 }, address: { top: 555, - height: 4.5, - left: 1.5, - right: 23, - fontSize: 1.2, + height: 96, + left: 32, + right: 385, + fontSize: 18, color: "#000", fontFamily: "'Arial', sans-serif", - lineHeight: 1.5, + lineHeight: 24, textAlign: "center", fontWeight: 400 }, city: { - top: 655, - height: 1.5, - left: 2, - right: 23, - fontSize: 1.2, + top: 660, + height: 48, + left: 32, + right: 385, + fontSize: 24, color: "#000", fontFamily: "'Arial', sans-serif", - lineHeight: 1.5, + lineHeight: 24, textAlign: "center", fontWeight: 700 },