diff options
author | codecalm <codecalm@gmail.com> | 2021-12-26 00:05:09 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-26 00:05:09 +0100 |
commit | c920cae4f67d485c8b3c2b50916b85de8b288ac0 (patch) | |
tree | cb77db73622df6e55b16e5681b821ae54b0b081f /gulpfile.js | |
parent | website update (diff) | |
download | tabler-icons-c920cae4f67d485c8b3c2b50916b85de8b288ac0.tar.xz |
icons preview 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 60203d7e..037f7692 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -170,9 +170,9 @@ const printChangelog = function (newIcons, modifiedIcons, renamedIcons, pretty = } }; -const generateIconsPreview = function (files, destFile, cb, columnsCount = 17, paddingOuter = 7) { +const generateIconsPreview = function (files, destFile, cb, columnsCount = 19, paddingOuter = 7) { - const padding = 26, + const padding = 20, iconSize = 24; const iconsCount = files.length, |