Skip to content

Commit

Permalink
chore: add max-heights
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 5, 2022
1 parent 7ff2245 commit 7b018e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ module.exports = {
boxShadow: {
card: "0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.05)"
},
maxHeight: {
large: "250px",
medium: "200px",
small: "125px"
},
maxWidth: {
full: "100%",
"1/4": "25%",
Expand Down

0 comments on commit 7b018e6

Please sign in to comment.