Skip to content

Commit

Permalink
Add a spacer at the bottom of the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 20, 2023
1 parent 94f4556 commit 47f7478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/AboutProjectModal/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
.Modal {
width: 100%;
max-width: 647px;
min-height: auto;
max-height: calc(100vh - 112px);
margin: 60px auto;
border-radius: 16px;
Expand Down

1 comment on commit 47f7478

@ekbdev
Copy link

@ekbdev ekbdev commented on 47f7478 Dec 20, 2023

Choose a reason for hiding this comment

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

Deploy preview for guides ready!

✅ Preview
https://guides-vshv8uob4-ekbdev.vercel.app
https://eguides-about-project-modal.vercel.app

Built with commit 47f7478.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.