Tailwindcss anpassung splitscreen werte

This commit is contained in:
Lorenz Hilpert
2023-07-14 14:41:18 +02:00
parent 4187e13861
commit 6ade77d458
10 changed files with 114 additions and 93 deletions

View File

@@ -30,6 +30,22 @@ module.exports = {
'desktop-x-large': '1920px',
'desktop-xx-large': '2736px',
},
height: {
'split-screen-tablet': 'calc(100vh - 15.5rem)',
'split-screen-desktop': 'calc(100vh - 14rem)',
},
maxHeight: {
'split-screen-tablet': 'calc(100vh - 15.5rem)',
'split-screen-desktop': 'calc(100vh - 14rem)',
},
gridTemplateColumns: {
'split-screen': '31rem 1fr',
},
gap: {
'px-1': '1px',
'px-2': '2px',
'split-screen': '1.5rem',
},
maxWidth: {
content: '120rem',
},
@@ -52,10 +68,6 @@ module.exports = {
'px-100': '100px',
'px-150': '150px',
},
gap: {
'px-1': '1px',
'px-2': '2px',
},
padding: {
card: '20px',
},