8 lines
160 B
CSS
8 lines
160 B
CSS
|
.login {
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding-top: 3rem;
|
||
|
padding-bottom: 3rem;
|
||
|
}
|