aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-04 14:43:16 +0100
committerChocobozzz <me@florianbigard.com>2019-11-04 14:43:16 +0100
commitf0876a2c3540b3198c1bd2d16bcd8dc47616c4e1 (patch)
tree5ca1ceaff3d28e68f03c5f6fad93a3a70afc5ff1 /client/src/app/+about/about-peertube/about-peertube.component.scss
parent4618b6867a3be1f964234934f76525a3f8d3d902 (diff)
downloadPeerTube-f0876a2c3540b3198c1bd2d16bcd8dc47616c4e1.tar.gz
PeerTube-f0876a2c3540b3198c1bd2d16bcd8dc47616c4e1.tar.zst
PeerTube-f0876a2c3540b3198c1bd2d16bcd8dc47616c4e1.zip
Add mascot in peertube about page
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.scss')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.scss11
1 files changed, 9 insertions, 2 deletions
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 @@
2@import '_mixins'; 2@import '_mixins';
3 3
4.about-peertube-title { 4.about-peertube-title {
5 font-size: 20px; 5 font-size: 25px;
6 text-align: center;
6 font-weight: $font-semibold; 7 font-weight: $font-semibold;
7 margin-bottom: 15px; 8 margin-bottom: 15px;
8} 9}
9 10
11.mascot {
12 display: block;
13 margin: 20px auto;
14}
15
10/deep/ .section-title { 16/deep/ .section-title {
11 font-weight: $font-semibold; 17 font-weight: $font-semibold;
12 font-size: 20px; 18 font-size: 20px;
@@ -14,7 +20,8 @@
14} 20}
15 21
16.description { 22.description {
17 margin-bottom: 30px; 23 margin-bottom: 100px;
24 text-align: center;
18} 25}
19 26
20.description, 27.description,