From 4712780ff657c40e9bfbc3999a9a33e00447c589 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 8 May 2016 19:25:29 +0300 Subject: [PATCH] Fix for logo in bold design header --- storage/templates/bold.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/templates/bold.js b/storage/templates/bold.js index 69e9d55ddfab..5b069f9637cf 100755 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -114,8 +114,8 @@ "columns": [ { "image": "$accountLogo", - "fit": [120, 80], - "margin": [30, 20, 0, 0] + "fit": [120, 60], + "margin": [30, 16, 0, 0] }, { "stack": "$accountDetails",