aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 3f8b9777a..c95b21ca3 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -38,8 +38,9 @@
38 } 38 }
39 } 39 }
40 40
41 #peertube-title { 41 .peertube-title {
42 @include disable-default-a-behaviour; 42 @include disable-default-a-behaviour;
43
43 font-size: 20px; 44 font-size: 20px;
44 font-weight: $font-bold; 45 font-weight: $font-bold;
45 color: inherit !important; 46 color: inherit !important;
@@ -64,7 +65,7 @@
64 @media screen and (max-width: 500px) { 65 @media screen and (max-width: 500px) {
65 width: 70px; 66 width: 70px;
66 67
67 #peertube-title { 68 .peertube-title {
68 display: none; 69 display: none;
69 } 70 }
70 } 71 }