-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypography.css
More file actions
49 lines (41 loc) · 713 Bytes
/
Copy pathtypography.css
File metadata and controls
49 lines (41 loc) · 713 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
46
47
48
49
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-title {
font-weight: 700;
font-size: 24px;
}
.button-text {
font-size: 14px;
font-weight: 700;
}
.image-caption {
font-size: 14px;
font-weight: 500;
}
.main-title {
font-size: 40px;
font-weight: 700;
}
.subheader-text {
font-size: 20px;
font-weight: 700;
}
.body-text {
font-size: 16px;
font-weight: 500;
}
.project-card-text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.project-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}