Skip to content

Commit

Permalink
style :: admission page style refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Jul 10, 2024
1 parent d1b1234 commit 38bccbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/NewAdmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export default NewAdmissionPage;
const _Container = styled.div`
display: flex;
justify-content: center;
width: 99vw;
width: 100%;
height: 100vh;
margin-top: 8rem;
padding: 8rem 40px 0 40px;
`;

const _Wrapper = styled.div`
Expand Down

0 comments on commit 38bccbc

Please sign in to comment.