]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-peertube/about-peertube.component.scss
Improve P2P & Privacy section
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .about-peertube-title {
5 font-size: 20px;
6 font-weight: bold;
7 margin-bottom: 15px;
8 }
9
10 .section-title {
11 font-weight: $font-semibold;
12 font-size: 20px;
13 margin-bottom: 5px;
14 }
15
16 .description {
17 margin-bottom: 30px;
18 }
19
20 .p2p-privacy-title {
21 margin-top: 15px;
22 }