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