Skip to content

Commit

Permalink
Force heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
botmaster committed Feb 9, 2023
1 parent 612f39a commit 4ee3198
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ module.exports = {
boxShadow: {
default:
'0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
md:
'0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
lg:
'0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
xl:
'0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
md: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
lg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
card: '0 5px 50px -12px rgba(0, 0, 0, 0.45)',
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
Expand Down

0 comments on commit 4ee3198

Please sign in to comment.