-
Notifications
You must be signed in to change notification settings - Fork 1
/
About.css
95 lines (78 loc) · 1.71 KB
/
About.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
94
95
.u-section-1 .u-sheet-1 {
min-height: 722px;
}
.u-section-1 .u-text-1 {
font-weight: 700;
margin: 23px auto 0;
}
.u-section-1 .u-list-1 {
margin-top: 30px;
margin-bottom: 60px;
}
.u-section-1 .u-repeater-1 {
grid-gap: 10px 10px;
grid-auto-columns: calc(33.3333% - 6.66667px);
grid-template-columns: calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px);
min-height: 375px;
}
.u-section-1 .u-container-layout-1 {
padding: 10px;
}
.u-section-1 .u-image-1 {
width: 211px;
height: 217px;
margin: 23px auto 0 60px;
}
.u-section-1 .u-text-2 {
margin: 30px auto 0 82px;
}
.u-section-1 .u-container-layout-2 {
padding: 10px;
}
.u-section-1 .u-image-2 {
width: 211px;
height: 217px;
margin: 23px auto 0 60px;
}
.u-section-1 .u-text-3 {
margin: 30px auto 0 82px;
}
.u-section-1 .u-container-layout-3 {
padding: 10px;
}
.u-section-1 .u-image-3 {
width: 211px;
height: 217px;
margin: 23px auto 0 60px;
}
.u-section-1 .u-text-4 {
margin: 30px auto 0 82px;
}
@media (max-width: 1199px) {
.u-section-1 .u-repeater-1 {
grid-auto-columns: calc(33.333333333333336% - 6.66667px);
grid-template-columns: repeat(3, calc(33.333333333333336% - 6.66667px));
min-height: 308px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-list-1 {
margin-bottom: 39px;
}
.u-section-1 .u-repeater-1 {
grid-auto-columns: calc(50% - 5.0000025px);
grid-template-columns: repeat(2, calc(50% - 5.0000025px));
min-height: 723px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-repeater-1 {
grid-auto-columns: calc(100% - 0px);
grid-template-columns: 100%;
}
}
@media (max-width: 575px) {
.u-section-1 .u-repeater-1 {
grid-auto-columns: 100%;
}
}