aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
blob: 1d8579ec1cd18eb650ffa6671145cbe9b622645e (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: 20px;
  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;
}