aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss
blob: 1cd10ba82b9fdd9dda8755abec7569d0443ee8b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                  
 
                        







                       
                
                    


                                
   
 
                
               
                       
 
        

                                  
                            
     

   
@use '_variables';
@use '_mixins';

.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;
    }
  }
}