Skip to content

Commit

Permalink
Tweak Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Dec 13, 2017
1 parent f7bf6f6 commit c237c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tailwind.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ var colors = {

'brand': '#00acc6',
'brand-dark': '#009bb3',
'brand-darker': '#0c879c',

'indigo-darkest': '#191e38',
'indigo-darker': '#2f365f',
Expand Down Expand Up @@ -671,7 +672,8 @@ module.exports = {
'8': '2rem',
'12': '3rem',
'14': '3.5rem',
'15': '3.75rem'
'15': '3.75rem',
'46': '11.5rem'
},


Expand Down

0 comments on commit c237c1b

Please sign in to comment.