Add more breakpoints and increase card column count

Refs: #1401
This commit is contained in:
eikek
2022-02-21 22:52:39 +01:00
parent fe1ab815cd
commit 79d29229ae
2 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,17 @@ module.exports = {
"./src/main/styles/keep.txt",
"../restserver/src/main/templates/*.html"
],
theme: {
extend: {
screens: {
'3xl': '1792px',
'4xl': '2048px',
'5xl': '2560px',
'6xl': '3072px',
'7xl': '3584px'
}
}
},
variants: {
extend: {
backgroundOpacity: ['dark']