Skip to content

Commit

Permalink
Config: add personalized paddings and style
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 26, 2024
1 parent 07137df commit 7e10ed4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ export default {
theme: {
extend: {
colors: {
'navy': '#141E46'
navy: '#141E46',
}
},
fontFamily: {
'montserrat': '"Montserrat Alternates"',
'bettins': 'Bettins'
},
fontSize: {
sm: ['0.875rem', '1.25rem'],
lg: ['1.125rem', '1.75rem'],
xl: ['1.25rem', '1.75rem'],
'4xl': ['2.25rem', '2.5rem'],
'5xl': ['3rem', '1'],
'6xl': ['3.75rem', '1'],
'7xl': ['4.5rem', '1'],
'10xl': '12rem;'
}
},
plugins: [],
Expand Down

0 comments on commit 7e10ed4

Please sign in to comment.