Adjust layout

This commit is contained in:
braginini
2023-05-22 14:51:43 +02:00
parent 4b615b4dc1
commit b078a6c3a9
4 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
fontSize: {
'2xs': ['0.75rem', { lineHeight: '1.25rem' }],
xs: ['0.8125rem', { lineHeight: '1.5rem' }],
sm: ['0.875rem', { lineHeight: '1.5rem' }],
sm: ['1rem', { lineHeight: '1.5rem' }],
base: ['1rem', { lineHeight: '1.75rem' }],
lg: ['1.125rem', { lineHeight: '1.75rem' }],
xl: ['1.25rem', { lineHeight: '1.75rem' }],
@@ -27,7 +27,7 @@ module.exports = {
maxWidth: {
lg: '33rem',
'2xl': '40rem',
'3xl': '50rem',
'3xl': '55rem',
'5xl': '66rem',
},
opacity: {