From f0876a2c3540b3198c1bd2d16bcd8dc47616c4e1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Nov 2019 14:43:16 +0100 Subject: Add mascot in peertube about page --- .../app/+about/about-peertube/about-peertube.component.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'client/src/app/+about/about-peertube/about-peertube.component.scss') 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, -- cgit v1.2.3