-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.css
56 lines (47 loc) · 893 Bytes
/
Home.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
.u-section-1 {
background-image: none;
min-height: 100vh;
}
.u-section-1 .u-text-1 {
font-family: Roboto, sans-serif;
margin: 0 auto;
}
.u-section-1 .u-text-2 {
font-family: "Merriweather Sans";
margin: 55px auto 0;
}
.u-section-1 .u-text-3 {
font-family: "Merriweather Sans";
margin: 106px auto 0;
}
.u-section-1 .u-text-4 {
font-family: "Merriweather Sans";
margin: 124px auto 0;
}
.u-section-1 .u-custom-html-1 {
height: auto;
min-height: 169px;
margin-top: 33px;
margin-bottom: 0;
background-image: none;
}
.u-section-1 .u-text-5 {
font-family: "Merriweather Sans";
width: 800px;
margin: -37px auto 60px;
}
@media (max-width: 991px) {
.u-section-1 .u-text-5 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-text-5 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-5 {
width: 340px;
}
}