9 lines
139 B
CSS
9 lines
139 B
CSS
.LoginList {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
margin-top: 2rem;
|
|
}
|