summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web/projects.styl
blob: f3889afd19f5398804a0f50c5c088cf8668cfcff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.projects {
}

.projects__header {
}

.project {
}

.project__title {
  margin-bottom: 0
  font-size: 1.1em

}

.project__content {
  margin-left: 1.2em
  margin-right: 1.2em
  margin-top: 0.3em
  margin-bottom: 1.5em
}