aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss
blob: 41e5ff0c24cbe21a32ce91a4e314e0a47e0cd99a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@use '_variables' as *;
@use '_mixins' as *;

.peertube-contributors {
  .framasoft {
    font-size: 18px;
  }

  > p {
    text-align: center;
  }

  ::ng-deep h1 {
    font-size: 1rem;
    text-align: center;
    font-weight: $font-semibold;
    margin-top: 20px;
  }

  ::ng-deep ul {
    padding: 0;
    text-align: center;

    li {
      @include margin-right(10px);

      display: inline-block;
    }
  }
}