aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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) {