diff options
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, |