fix: long headlines on mobile screens

This commit is contained in:
Stefan Imhoff
2022-06-28 09:27:38 +02:00
parent ab1a5f62e0
commit f4be5a0da5
9 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ module.exports = function (config) {
Object.keys(filters).forEach((filterName) => {
config.addFilter(filterName, filters[filterName]);
});
config.addFilter('nbsp', filterNbsp(2, 15));
config.addFilter('nbsp', filterNbsp(2, 10));
// Watch for changes and reload
config.addWatchTarget('src/assets');