12 lines
168 B
SCSS
12 lines
168 B
SCSS
form{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
|
|
form > *{
|
|
margin-top: 20px;
|
|
}
|