This commit is contained in:
2018-04-21 20:55:21 -04:00
parent ace486c4d6
commit 3d263a956d
5 changed files with 148 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
.loginCard{
min-width: 300px;
width:20%;
margin:0 auto;
}
.fullWidth{
width:100%;
}
.loginContainer{
display: flex;
height: 400px;
justify-content: center;
align-items: center;
}