-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVis_1.css
More file actions
45 lines (39 loc) · 807 Bytes
/
Copy pathVis_1.css
File metadata and controls
45 lines (39 loc) · 807 Bytes
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
.u-section-1 .u-sheet-1 {
min-height: 168px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
--animation-custom_in-translate_x: 0px;
--animation-custom_in-translate_y: -300px;
--animation-custom_in-opacity: 0;
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 1;
margin: 20px auto 60px;
}
@media (max-width: 991px) {
.u-section-1 .u-text-1 {
font-size: 6rem;
}
}
@media (max-width: 767px) {
.u-section-1 .u-text-1 {
font-size: 4.5rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-1 {
font-size: 3rem;
}
}.u-section-2 .u-sheet-1 {
min-height: 143px;
}
.u-section-2 .u-btn-1 {
--radius: 2px;
margin: 82px -50px 18px auto;
padding: 8px 28px 8px 27px;
}
@media (max-width: 1199px) {
.u-section-2 .u-btn-1 {
margin-right: 0;
}
}