Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
temisan0x committed May 7, 2022
1 parent f7e7b40 commit f627403
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,17 @@
margin: 20px;
font-size: 16px;
}

.formLayout {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
flex-direction: column;
}

.formLayout>div {
margin-top: 10px;
width: 70%;
}
}

1 comment on commit f627403

@vercel
Copy link

@vercel vercel bot commented on f627403 May 7, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.