diff --git a/src/lib/components/Subtitle.svelte b/src/lib/components/Subtitle.svelte index 9d4aa7e..a9598ba 100644 --- a/src/lib/components/Subtitle.svelte +++ b/src/lib/components/Subtitle.svelte @@ -31,9 +31,9 @@ position: absolute; overflow: hidden; display: flex; - flex-direction: column; + /* flex-direction: column; */ justify-content: center; - align-items: start; + align-items: center; text-transform: uppercase; } diff --git a/src/lib/templates/azul.js b/src/lib/templates/azul.js index 46eb728..a940d75 100644 --- a/src/lib/templates/azul.js +++ b/src/lib/templates/azul.js @@ -3,17 +3,18 @@ import '$lib/templates/templates' /** @type {import('$lib/templates/templates').Template} */ export const azul = { name: "azul", + description: "Azul", image: "plantilla_azul.png", heading: { - top: 400, + top: 415, height: 32, - left: 240, + left: 420, right: 8, - fontSize: 32, + fontSize: 20, color: "white", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 32, - textAlign: "right", + textAlign: "left", fontWeight: 700 }, title: { @@ -25,7 +26,7 @@ export const azul = { color: "firebrick", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 40, - textAlign: "right", + textAlign: "center", fontWeight: 700 }, @@ -42,35 +43,35 @@ export const azul = { fontWeight: 400 }, content: { - top: 8, - height: 42, + top: 630, + height: 78, left: 8, - right: 400, - fontSize: 0, - color: "#fff", + right: 8, + fontSize: 20, + color: "white", fontFamily: "sans-serif", - lineHeight: 14, - textAlign: "left", + lineHeight: 21, + textAlign: "center", fontWeight: 400 }, date: { top: 40, height: 32, - left: 200, - right: 8, - fontSize: 32, + left: 350, + right: 30, + fontSize: 28, color: "#fff", fontFamily: "'Alegreya Sans SC', sans-serif", - lineHeight: 32, + lineHeight: 25, textAlign: "right", fontWeight: 700 }, time: { - top: 72, + top: 70, height: 32, - left: 200, - right: 8, - fontSize: 32, + left: 350, + right: 30, + fontSize: 30, color: "#fff", fontFamily: "sans-serif", lineHeight: 32, @@ -78,11 +79,11 @@ export const azul = { fontWeight: 700 }, weekday: { - top: 8, + top: 12, height: 32, - left: 300, - right: 8, - fontSize: 32, + left: 350, + right: 30, + fontSize: 20, color: "#fff", fontFamily: "'Alegreya Sans SC', sans-serif", lineHeight: 32, @@ -90,27 +91,27 @@ export const azul = { fontWeight: 700 }, address: { - top: 630, - height: 48, - left: 8, - right: 8, - fontSize: 20, + top: 12, + height: 78, + left: 30, + right: 350, + fontSize: 16, color: "white", fontFamily: "sans-serif", - lineHeight: 24, - textAlign: "center", + lineHeight: 20, + textAlign: "left", fontWeight: 400 }, city: { - top: 680, - height: 36, - left: 8, - right: 8, - fontSize: 30, + top: 85, + height: 70, + left: 30, + right: 410, + fontSize: 18, color: "white", fontFamily: "sans-serif", - lineHeight: 36, - textAlign: "center", + lineHeight: 22, + textAlign: "left", fontWeight: 400 }, }