-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.css
84 lines (69 loc) · 1.23 KB
/
Contact.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.u-section-1 .u-sheet-1 {
min-height: 720px;
}
.u-section-1 .u-text-1 {
margin: 14px auto 0;
}
.u-section-1 .u-image-1 {
width: 570px;
height: 321px;
animation-duration: 1000ms;
margin: 12px auto 0;
}
.u-section-1 .u-text-2 {
margin: 28px auto 0;
}
.u-section-1 .u-social-icons-1 {
height: 150px;
min-height: 16px;
width: 310px;
min-width: 42px;
margin: 60px auto 0;
}
.u-section-1 .u-icon-1 {
color: rgb(92, 107, 192) !important;
height: 100%;
}
.u-section-1 .u-icon-2 {
height: 100%;
color: rgb(92, 107, 192) !important;
}
@media (max-width: 1199px) {
.u-section-1 .u-text-1 {
width: 519px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 703px;
}
.u-section-1 .u-image-1 {
width: 540px;
height: 304px;
}
.u-section-1 .u-text-2 {
margin-top: 45px;
}
.u-section-1 .u-social-icons-1 {
margin-top: 45px;
margin-bottom: 42px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 590px;
}
.u-section-1 .u-text-1 {
width: 340px;
}
.u-section-1 .u-image-1 {
width: 340px;
height: 191px;
margin-top: 25px;
}
.u-section-1 .u-text-2 {
width: auto;
margin-top: 20px;
margin-left: 0;
}
}