Skip to content

Commit

Permalink
make huge modal a bit bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
SemenStruchev committed Jan 14, 2024
1 parent 7c7229e commit b9a97eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const sizes = {
small: "max-w-100", // 400px
medium: "max-w-125", // 500px
large: "max-w-150", // 600px
huge: "max-w-200", // 800px
huge: "max-w-225", // 800px
};

const positions = {
Expand Down

0 comments on commit b9a97eb

Please sign in to comment.