diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 15:53:59 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 15:53:59 +0200 |
commit | 59492e4c9009bcb1dc0ef8ae192623973c9dd65c (patch) | |
tree | 52e08439132ca6777a8285fda34ad1849b2a9c56 /gulpfile.js | |
parent | separator icons (diff) | |
download | tabler-icons-59492e4c9009bcb1dc0ef8ae192623973c9dd65c.tar.xz |
readme image fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 79535baa..6f55b35e 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, |