Blame view

public/css/pages/about/about-form.css 779 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
  .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;
    font-size: 16px;
  }
  
  .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;
  }
2f5f2c1a4   Андрей Ларионов   Баг с версткой ка...
44
45
46
  .label-about {
    margin-bottom: 16px;
  }
b80175387   Андрей Ларионов   Начальный проект ...
47
48
49
50
51
  .textarea-about {
    height: 230px;
    margin-top: 0;
    margin-bottom: 0;
  }