fixed issue with overflowing text in small screen for FilePreview

This commit is contained in:
Čarodej
2022-04-14 11:08:51 +02:00
parent cd5af37bfe
commit 50eb67ac79
6 changed files with 21 additions and 13 deletions

8
tailwind.config.js vendored
View File

@@ -8,6 +8,14 @@ module.exports = {
debugScreens: {
position: ['bottom', 'right'],
},
screens: {
'xs': '420px',
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
},
/*textColor: {
'green': '#0ABB87',
'red': '#fd397a',