-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.css
67 lines (54 loc) · 1.02 KB
/
achievements.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
*{
box-sizing: border-box;
}
.achievements__container {
margin-top: 100px;
padding-left: 150px;
padding-right: 150px;
}
.achievements__title {
font-family: MonBold;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: left;
}
.achievements__list {
display: flex;
flex-wrap: wrap;
margin-top: 64px;
list-style-type: none;
}
.achievements__item {
margin-left: 150px;
margin-top: 64px;
max-width: 352px;
}
.achievements__item:first-child {
margin-left: 0;
margin-top: 64px;
max-width: 352px;
}
.achievements__item:nth-child(4) {
margin-left: 0;
margin-top: 64px;
max-width: 352px;
}
.achievements__img__wrapper {
}
.achievements__img {
}
.achievements__content__wrapper {
text-align: center;
}
.achievements__text {
font-family: MonMed;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
}