mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Tailwindcss anpassung splitscreen werte
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user