This commit is contained in:
Daniel Vassallo
2019-10-31 10:26:27 -07:00
parent 1e421126cb
commit f191382659
20 changed files with 588 additions and 27 deletions

View File

@@ -3,16 +3,17 @@ module.exports = {
extend: {
colors: {
yellowish: '#ffe77a',
blackish: '#1a2a30'
blackish: '#1a2a30',
blue: '#358ccb'
},
width: {
'72': '18rem',
'84': '21rem',
'96': '24rem'
},
fontFamily: {
'logo': 'Tahoma, Geneva, Verdana, sans-serif'
}
},
fontFamily: {
'logo': 'Tahoma, Geneva, Verdana, sans-serif'
}
},
variants: {},