mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
fix: long headlines on mobile screens
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user