support down to 320px

This commit is contained in:
notgne2 2020-02-15 21:01:30 -07:00
parent 8e2b4aed04
commit 7e2d4d0fef

View File

@ -119,7 +119,7 @@ let plugins = (env, argv) => [
minify: argv.mode == 'production' ? htmlMin : false, minify: argv.mode == 'production' ? htmlMin : false,
template: './template.html', template: './template.html',
meta: { meta: {
viewport: 'width=360, initial-scale=1, maximum-scale=1' viewport: 'width=320, initial-scale=1, maximum-scale=1'
} }
}), }),
]; ];