aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
index b1be7d4ed..5bcd4b561 100644
--- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
+++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
@@ -1,8 +1,12 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4.small-title { 4.block {
5 @include in-content-small-title; 5 margin-bottom: 40px;
6 6
7 margin-bottom: 20px; 7 .small-title {
8 @include in-content-small-title;
9
10 margin-bottom: 20px;
11 }
8} 12}