diff --git a/src/lib/templates/azul.js b/src/lib/templates/azul.js index c8f09a0..46eb728 100644 --- a/src/lib/templates/azul.js +++ b/src/lib/templates/azul.js @@ -90,26 +90,26 @@ export const azul = { fontWeight: 700 }, address: { - top: 620, - height: 3, - left: 2, - right: 2, - fontSize: 1.2, + top: 630, + height: 48, + left: 8, + right: 8, + fontSize: 20, color: "white", fontFamily: "sans-serif", - lineHeight: 1.5, + lineHeight: 24, textAlign: "center", fontWeight: 400 }, city: { top: 680, - height: 2, - left: 2, - right: 2, - fontSize: 1.2, + height: 36, + left: 8, + right: 8, + fontSize: 30, color: "white", fontFamily: "sans-serif", - lineHeight: 1.8, + lineHeight: 36, textAlign: "center", fontWeight: 400 }, diff --git a/static/plantilla_azul.png b/static/plantilla_azul.png index c739486..ba16f85 100644 Binary files a/static/plantilla_azul.png and b/static/plantilla_azul.png differ