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

.projects__header {
}

.project {
}

.project__title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900;
  @media (max-width: 812px) {
    @media (orientation: landscape) {
      font-size: 0.7rem;
    }
  }
}

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