-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.css
93 lines (76 loc) · 1.43 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
85
86
87
88
89
90
91
92
93
.u-section-1 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url("DhruvDhayal.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 1002px;
}
.u-section-1 .u-image-1 {
width: 274px;
height: 274px;
margin: 76px 30px 0 auto;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
margin: 260px 30px 0 84px;
}
.u-section-1 .u-text-2 {
font-style: italic;
margin: 22px 34px 0 110px;
}
.u-section-1 .u-icon-1 {
height: 48px;
width: 48px;
margin: 30px auto 60px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 826px;
}
.u-section-1 .u-text-1 {
margin-top: 306px;
margin-left: 57px;
margin-right: 57px;
}
.u-section-1 .u-text-2 {
width: 854px;
margin-left: 0;
margin-right: 0;
font-weight: normal;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 633px;
}
.u-section-1 .u-text-1 {
font-size: 3rem;
}
.u-section-1 .u-text-2 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 475px;
}
.u-section-1 .u-text-2 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 299px;
}
.u-section-1 .u-text-1 {
font-size: 2.25rem;
width: auto;
margin-top: 110px;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-2 {
width: 340px;
}
}