10 lines
117 B
SCSS
10 lines
117 B
SCSS
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
* {
|
|
margin: 7px 0;
|
|
}
|
|
}
|