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

.peertube-contributors {
  /deep/ h1 {
    font-size: 1rem;
  }

  /deep/ ul {
    padding: 0;

    li {
      display: inline-block;
      margin-right: 10px;
    }
  }
}