Есть идеи?
Вот что У меня:
Код: Выделить всё
form {
display: flex;
flex-direction: column;
max-width: 60%;
}
.form-groep {
display: flex;
flex-direction: row;
}
label {
margin-bottom: 1rem;
width: 20vw;
font-size: 1.3vw;
}
input, textarea {
padding: 8px;
font-size: 0.8rem;
border: 1px solid #ccc;
border-radius: 6px;
width: 40vw;
margin: 0;
}
textarea {
resize: none;
height: 10vw;
box-sizing: border-box;
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... put-fields
Мобильная версия