Restructuring of components, extracting to reusable components, styling
This commit is contained in:
@@ -601,6 +601,15 @@ module.exports = {
|
||||
*/
|
||||
|
||||
maxHeight: {
|
||||
xs: '20rem',
|
||||
sm: '30rem',
|
||||
md: '40rem',
|
||||
lg: '50rem',
|
||||
xl: '60rem',
|
||||
'2xl': '70rem',
|
||||
'3xl': '80rem',
|
||||
'4xl': '90rem',
|
||||
'5xl': '100rem',
|
||||
full: '100%',
|
||||
screen: '100vh',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user