Skip to content

Commit

Permalink
fix: increase modal width (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh authored May 14, 2021
1 parent b96e7fe commit 37797c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/front/src/components/FlightModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.container > div {
@apply relative w-auto my-6 mx-auto max-w-3xl;
@apply relative w-5/6 my-6 mx-auto max-w-3xl;
}

.modal {
Expand Down

0 comments on commit 37797c0

Please sign in to comment.