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

18 lines
214 B
SCSS
Raw Normal View History

@import '_variables';
@import '_mixins';
2019-11-04 07:43:16 -06:00
.peertube-contributors {
/deep/ h1 {
font-size: 1rem;
}
2019-11-04 07:43:16 -06:00
/deep/ ul {
padding: 0;
2019-11-04 07:43:16 -06:00
li {
display: inline-block;
margin-right: 10px;
}
}
}