Skip to content

Commit

Permalink
fix: add margin to complete page (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger authored Aug 15, 2023
1 parent fd1e50a commit 1f2ac78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function CompletionForm() {
});

return (
<Container maxWidth="xl" sx={{ mt: 5 }}>
<Container maxWidth="xl" sx={{ mt: 5, ml: "auto" }}>
<Card
sx={{
p: 10,
Expand Down

0 comments on commit 1f2ac78

Please sign in to comment.