10 lines
146 B
SCSS
10 lines
146 B
SCSS
#contact-form {
|
|
flex-direction: column;
|
|
row-gap: 15px;
|
|
max-width: 500px;
|
|
margin-top: 30px;
|
|
|
|
button {
|
|
align-self: flex-start;
|
|
}
|
|
} |