4 lines
56 B
CSS
4 lines
56 B
CSS
|
.form {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|