Skip to content

Commit

Permalink
Merge pull request #104 from Goldenrash-lab/fix-modal
Browse files Browse the repository at this point in the history
fix modal width
  • Loading branch information
Goldenrash-lab authored Jan 15, 2024
2 parents b8ef319 + 90e8c70 commit c127848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Modal = styled.div`
height: 100%;
background-image: none;
background-image: url(${backgroundMob});
background-size: contain;
background-size: cover;
/* background: var(--Form-color, rgba(255, 255, 255, 0.1)); */
form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FormContainer = styled.div`
box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
border-radius: 8px;
@media only screen and (max-width: 480px) {
height: 691px;
height: 100vh;
background-image: url(${backMobile});
background-size: cover;
}
Expand Down

0 comments on commit c127848

Please sign in to comment.