dupont release
All checks were successful
Deploy App / build (push) Successful in 2m1s
Deploy App / deploy (push) Successful in 20s

This commit is contained in:
valere
2026-02-13 17:20:00 +01:00
parent 399519d1d4
commit 543b513e08
8 changed files with 130 additions and 45 deletions

View File

@@ -39,8 +39,22 @@ module.exports = {
display: 'grid',
'place-items': 'center'
},
'full-screen': {
height: '100dvh',
width: '100dvw'
},
'.size-card': {
width: '14rem',
height: '20rem',
'min-width': '14rem',
'min-height': '20rem'
},
'.size-100vmin': {
width: '100vmin',
height: '100vmin'
},
'.debug': {
position: 'fixed',
position: 'absolute',
'z-index': '1000',
bottom: '16px',
right: '25%',