Skip to content

Commit

Permalink
fix: center email validation layout (#645)
Browse files Browse the repository at this point in the history
License: MIT

Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla authored Mar 24, 2023
1 parent 684c3d2 commit 45ad4d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/access-api/src/utils/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ export function buildDocument(body) {
margin: 0 40px;
padding: 40px 0;
}
.fcenter {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.mcenter {
margin: 0 auto;
}
Expand Down

0 comments on commit 45ad4d9

Please sign in to comment.