PeerTube/client/src/app/+about/about-peertube/about-peertube-contributors...

30 lines
395 B
SCSS
Raw Normal View History

@import '_variables';
@import '_mixins';
2019-11-04 07:43:16 -06:00
.peertube-contributors {
.framasoft {
font-size: 18px;
}
> p {
text-align: center;
}
2019-11-04 07:43:16 -06:00
/deep/ h1 {
font-size: 1rem;
text-align: center;
font-weight: $font-semibold;
margin-top: 20px;
2019-11-04 07:43:16 -06:00
}
2019-11-04 07:43:16 -06:00
/deep/ ul {
padding: 0;
text-align: center;
2019-11-04 07:43:16 -06:00
li {
display: inline-block;
margin-right: 10px;
}
}
}