Skip to content

Commit

Permalink
Merge pull request #258 from Team-Crops/dev
Browse files Browse the repository at this point in the history
fix, backdrop 모바일에서 안깨지게 수정
  • Loading branch information
jaewoongs authored Aug 7, 2024
2 parents 6c4fa26 + c380ff9 commit ea74924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/atoms/Backdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const Backdrop = styled.div`
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
background: rgb(66 66 66 / 40%);
`;

1 comment on commit ea74924

@vercel
Copy link

@vercel vercel bot commented on ea74924 Aug 7, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

fit-web – ./

fit-web-team-crops-projects.vercel.app
fit-web-git-main-team-crops-projects.vercel.app
f-it.team

Please sign in to comment.