diff --git a/client/src/app/+about/about-peertube/about-peertube-contributors.component.html b/client/src/app/+about/about-peertube/about-peertube-contributors.component.html index 997a6a3e1..de60754cb 100644 --- a/client/src/app/+about/about-peertube/about-peertube-contributors.component.html +++ b/client/src/app/+about/about-peertube/about-peertube-contributors.component.html @@ -1,13 +1,15 @@ -
- Developed with ❤ by Framasoft -
++ Developed with ❤ by Framasoft +
-- - - -
++ + + +
- + +PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.
++ PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. +
It is a free and open-source software, under the AGPLv3 licence. diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index 8fca53e90..cd1364c14 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss @@ -2,11 +2,17 @@ @import '_mixins'; .about-peertube-title { - font-size: 20px; + font-size: 25px; + text-align: center; font-weight: $font-semibold; margin-bottom: 15px; } +.mascot { + display: block; + margin: 20px auto; +} + /deep/ .section-title { font-weight: $font-semibold; font-size: 20px; @@ -14,7 +20,8 @@ } .description { - margin-bottom: 30px; + margin-bottom: 100px; + text-align: center; } .description,