diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 19:06:26 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 19:06:26 +0100 |
commit | ccb36c40149ea9221c9bda8c64fa7a3117a75752 (patch) | |
tree | 17881bfefeaad5a7cc52f72b8660cb98debd06b7 /gulpfile.js | |
parent | viewfinder (diff) | |
download | tabler-icons-ccb36c40149ea9221c9bda8c64fa7a3117a75752.tar.xz |
icons preview fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js index 7e858bc0..5b5d81e4 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) { |