aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 79535ba..6f55b35 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,