diff --git a/src/lib/templates/azul.js b/src/lib/templates/azul.js index d47ca7d..13539e9 100644 --- a/src/lib/templates/azul.js +++ b/src/lib/templates/azul.js @@ -3,9 +3,9 @@ import '$lib/templates/templates' /** @type {import('$lib/templates/templates').Template} */ export const azul = { name: "azul", - image: "azul.png", + image: "plantilla_azul.png", heading: { - top: 440, + top: 400, height: 2, left: 10, right: 1, @@ -17,7 +17,7 @@ export const azul = { fontWeight: 700 }, title: { - top: 487, + top: 445, height: 7.5, left: 1, right: 1, @@ -30,7 +30,7 @@ export const azul = { }, subtitle: { - top: 620, + top: 575, height: 1.4, left: 1, right: 2, @@ -66,7 +66,7 @@ export const azul = { fontWeight: 700 }, time: { - top: 65, + top: 55, height: 2, left: 18.5, right: 1, @@ -90,7 +90,7 @@ export const azul = { fontWeight: 700 }, address: { - top: 660, + top: 620, height: 5.5, left: 2, right: 2, @@ -101,4 +101,4 @@ export const azul = { textAlign: "center", fontWeight: 400 }, -} \ No newline at end of file +} diff --git a/static/plantilla_azul.png b/static/plantilla_azul.png new file mode 100644 index 0000000..c739486 Binary files /dev/null and b/static/plantilla_azul.png differ