Skip to content

Commit

Permalink
Merge branch 'fix/feature' of https://github.com/whatever-mentoring/E…
Browse files Browse the repository at this point in the history
…WHATEVER-FRONT into fix/feature
  • Loading branch information
asaei623 committed Sep 25, 2023
2 parents 9db754f + 291aa86 commit 0727814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/Signup/SignupSuccess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@ const SignupSuccess = () => {

export default SignupSuccess;

const Container = styled(EntireContainer)`
width: 100%;
height: 100dvh;
padding: 60px 30px 79px 30px;
`;
const InnerContainer = styled(Column)`
width: 100%;
height: 100%;
justify-content: space-between;
`;
const ImgWrapper = styled(Column)`
width: 100%;
height: 320px;
justify-content: center;
align-items: center;
`;
Expand Down

0 comments on commit 0727814

Please sign in to comment.