Performance und caching in Kundensuche angepasst

This commit is contained in:
Lorenz Hilpert
2023-07-13 23:32:50 +02:00
parent 9ec34b07c4
commit 109999d66f
10 changed files with 47 additions and 36 deletions

View File

@@ -5,7 +5,8 @@ module.exports = {
theme: {
screens: {
'desktop-small': '1024px',
desktop: '1440px',
desktop: '1280px',
'desktop-large': '1440px',
'desktop-x-large': '1920px',
'desktop-xx-large': '2736px',
},