From 38c4a517745a5b90f06b87765098a82f36c54acc Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 19 Aug 2020 15:53:59 +0200 Subject: readme image fix --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 43c55a7..b15d8b6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -127,9 +127,9 @@ const printChangelog = function (newIcons, modifiedIcons, renamedIcons, pretty = } }; -const generateIconsPreview = function (files, destFile, cb, columnsCount = 18, paddingOuter = 3) { +const generateIconsPreview = function (files, destFile, cb, columnsCount = 17, paddingOuter = 7) { - const padding = 28, + const padding = 26, iconSize = 24; const iconsCount = files.length, -- cgit v1.2.1