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


                     
                        







                       

                    


                                
   
 

               
                       
 



                            

   
@import '_variables';
@import '_mixins';

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

  > p {
    text-align: center;
  }

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

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

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