Layout fix.

This commit is contained in:
Mike Cao 2020-08-17 17:23:46 -07:00
parent bab70279dd
commit cb9dcc7300
3 changed files with 7 additions and 30 deletions

View file

@ -4,6 +4,11 @@
margin-top: 80px;
}
.login form {
width: 300px;
margin: 0 auto;
}
.icon {
display: flex;
justify-content: center;