aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
blob: 0d2e2bb68d65342919083a8b72723b7e9f021b3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import '_variables';
@import '_mixins';

.about-peertube-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-title {
  font-weight: $font-semibold;
  font-size: 20px;
  margin-bottom: 5px;
}

.description {
  margin-bottom: 30px;
}

.p2p-privacy-title {
  margin-top: 15px;
}