aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
diff options
context:
space:
mode:
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,