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 f5bedd19..07a95de3 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -6,10 +6,10 @@ const gulp = require('gulp'),
gulp.task('icons-sprite', function (cb) {
- const columnsCount = 20,
- padding = 16,
+ const columnsCount = 10,
+ padding = 24,
paddingOuter = 49,
- iconSize = 24;
+ iconSize = 48;
glob("_site/icons/*.svg", {}, function (er, files) {
const iconsCount = files.length,