aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 19:06:26 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 19:06:26 +0100
commitccb36c40149ea9221c9bda8c64fa7a3117a75752 (patch)
tree17881bfefeaad5a7cc52f72b8660cb98debd06b7 /gulpfile.js
parentviewfinder (diff)
downloadtabler-icons-ccb36c40149ea9221c9bda8c64fa7a3117a75752.tar.xz
icons preview fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 7e858bc..5b5d81e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -6,9 +6,9 @@ const gulp = require('gulp'),
gulp.task('icons-sprite', function (cb) {
- const columnsCount = 20,
- padding = 16,
- paddingOuter = 49,
+ const columnsCount = 16,
+ padding = 30,
+ paddingOuter = 24,
iconSize = 24;
glob("_site/icons/*.svg", {}, function (er, files) {