Blame view
public/css/pages/about/aboutForm.css
719 Bytes
b80175387 Начальный проект ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
.about-contact { padding-top: 200px; margin-bottom: 70px; } .about-contact-form { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 100%; } .about-contact-form__title { font-weight: 700; font-size: 48px; line-height: 100%; color: #333B49; margin-bottom: 56px; max-width: 300px; width: 100%; } .about-contact-form__button { margin-top: 24px; } .about-contact-form-line-one { margin-right: 45px; } .about-contact-form-line-two { margin-right: 45px; } .label-about { display: -webkit-box; display: -ms-flexbox; display: flex; } .input-about { margin-top: 0; margin-bottom: 32px; } .textarea-about { height: 230px; margin-top: 0; margin-bottom: 0; } |