diff --git a/VERSION b/VERSION index fdd3be6df54a88720553509b7a545f73294a867e..266146b87cbc8e6d59fe83c426a8500f9549adfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 +1.6.3 diff --git a/generator/static/js/templates/bottom-slogan-quote.js b/generator/static/js/templates/bottom-slogan-quote.js index fe82b3f0c62c57791a99cd89c6936ebb84e9a8a9..03b2fb87ee0ba3e13960fcded069b35919147772 100644 --- a/generator/static/js/templates/bottom-slogan-quote.js +++ b/generator/static/js/templates/bottom-slogan-quote.js @@ -62,7 +62,7 @@ class BottomSloganQuote extends Template { const nameTextMaxWidth = Math.ceil(this.canvas.width * 0.35); // Name rectangle - const nameRectangleOffsetSide = Math.ceil(this.canvas.width * 0.025); + const nameRectangleOffsetSide = Math.ceil(this.canvas.width * 0.356); const nameRectangleOffsetTop = Math.ceil(this.canvas.height * 0.03); const nameRectanglePaddingSides = Math.ceil(this.canvas.width * 0.025); const nameRectanglePaddingTop = Math.ceil(this.canvas.height * 0.01);