blob: 54ebf07915f5c63cacc41851e1e0a97fecfadea6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.projects {
}
.projects__header {
}
.project {
}
.project__title {
margin-bottom: 0;
font-size: 1rem;
}
.project__content {
margin-top: 0;
margin-bottom: 1.5rem;
}
|