7 lines
84 B
CSS
7 lines
84 B
CSS
.login-form {
|
|
width: 20rem;
|
|
max-width: 90%;
|
|
margin: auto;
|
|
display: block;
|
|
}
|