-
Notifications
You must be signed in to change notification settings - Fork 0
/
website.css
54 lines (46 loc) · 956 Bytes
/
website.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
.u-section-1 {
background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("images/Screenshot2022-09-30000041.png");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 500px;
}
.u-section-1 .u-text-1 {
margin: 130px auto 0;
}
.u-section-1 .u-btn-1 {
border-style: none;
font-weight: 700;
text-transform: uppercase;
font-size: 0.875rem;
letter-spacing: 1px;
margin: 30px auto 0;
}
.u-section-1 .u-btn-2 {
border-style: none;
font-weight: 700;
text-transform: uppercase;
font-size: 0.875rem;
letter-spacing: 1px;
margin: 30px auto 60px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 412px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 316px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 237px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 149px;
}
}