Skip to content

Commit

Permalink
Change breakpoint to 768px
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jan 4, 2024
1 parent b4da713 commit 9851fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/UI/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
height: 18px;
}

@media screen and (min-width: 991px) {
@media screen and (min-width: 768px) {
.Modal {
width: 100%;
max-width: 1080px;
Expand Down

1 comment on commit 9851fb6

@ekbdev
Copy link

@ekbdev ekbdev commented on 9851fb6 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-olfax2jcn-ekbdev.vercel.app
https://ekbdev-transport-dialog-styles.vercel.app

Built with commit 9851fb6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.