summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_projects.scss
blob: 0ea4b29eeb76249cc2b790aaff82da577bf0f65b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.projects {
}

.projects__header {
}

.project {
}

.project__title {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 900;
}

.project__content {
  margin-top: 0;
  margin-bottom: 1.5rem;
}