dupont release
This commit is contained in:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user