New Container

This commit is contained in:
Belen Curcio
2020-10-22 18:13:45 -03:00
parent 5fabcd4789
commit 400e40358b
11 changed files with 34 additions and 22 deletions

View File

@@ -6,6 +6,9 @@ module.exports = {
purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
maxWidth: {
'8xl': '1920px',
},
backgroundOpacity: {
075: '0.75',
},
@@ -26,6 +29,7 @@ module.exports = {
'accents-8': 'var(--accents-8)',
'accents-9': 'var(--accents-9)',
violet: 'var(--violet)',
'violet-light': 'var(--violet-light)',
pink: 'var(--pink)',
cyan: 'var(--cyan)',
blue: 'var(--blue)',