Skip to content

Commit ff6a423

Browse files
committed
copied css for 'milestones' from 'about' css file
1 parent 9b11ed0 commit ff6a423

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
.about-mission {
2+
height: 200px;
3+
display: flex;
4+
5+
> picture {
6+
display: flex;
7+
flex: 1 1 0;
8+
}
9+
}
10+
.about-mission-img {
11+
flex: 1 1 0;
12+
}
13+
14+
.mission-subheader {
15+
font-weight: 600;
16+
font-size: 0.875rem;
17+
text-align: center;
18+
margin: 1rem 0;
19+
}
20+
21+
.mission-text {
22+
font-weight: 600;
23+
font-size: 24px;
24+
line-height: 36px;
25+
}
26+
27+
.about-description {
28+
padding: 2em;
29+
30+
p {
31+
text-align: justify;
32+
}
33+
34+
h3 {
35+
letter-spacing: 3px;
36+
text-transform: uppercase;
37+
}
38+
}
39+
40+
@media screen and (max-width: $breakpoint-medium) {
41+
.mission-text {
42+
font-size: 18px;
43+
line-height: 28px;
44+
}
45+
.about-mission {
46+
height: 50px;
47+
}
48+
.about-description {
49+
margin-top: 0px;
50+
}
51+
}
52+
@media screen and (min-width: $breakpoint-medium) {
53+
.about-description {
54+
background: white;
55+
border: 1px solid #d3d4d8;
56+
border-radius: 5px;
57+
margin-top: -6rem;
58+
}
59+
}
60+
61+
.about-collaborators {
62+
background: #fafafc;
63+
padding: 0;
64+
padding: 2em 0;
65+
}
66+
67+
.about-collaborators-v2 {
68+
ul > li {
69+
display: block;
70+
list-style: none;
71+
text-align: center;
72+
text-transform: uppercase;
73+
letter-spacing: 3px;
74+
font-weight: 700;
75+
font-size: 0.875rem;
76+
padding: 6px 0;
77+
}
78+
}
79+
80+
.about-collaborator-special {
81+
margin-top: 3rem;
82+
83+
ul > li {
84+
font-size: 1.25rem;
85+
}
86+
}

0 commit comments

Comments
 (0)