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

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

/deep/ ul {
  padding: 0;

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