-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contribute.css
63 lines (51 loc) · 1.01 KB
/
Contribute.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
.u-section-1 {
background-image: url("images/Tonylac77_an_abstract_dark_grey_and_orange_powerpoint_backgroun_dc4f9298-a4bd-4135-8f3f-d0e6fc3c0796.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 100vh;
}
.u-section-1 .u-text-1 {
background-image: none;
font-size: 3.75rem;
font-weight: 700;
margin: 40px auto 0;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
font-weight: 700;
margin: 23px 40px 0;
}
.u-section-1 .u-text-3 {
font-size: 3.75rem;
font-weight: 700;
margin: 12px 34px 0;
}
.u-section-1 .u-image-1 {
width: 152px;
height: 152px;
margin: 23px auto 0;
}
@media (max-width: 1199px) {
.u-section-1 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-1 .u-text-3 {
font-size: 2.25rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-1 {
font-size: 3rem;
}
.u-section-1 .u-text-3 {
font-size: 1.875rem;
}
}