From b0ae905e7b95a218d087d669c74d86a2679174ab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 May 2018 11:24:42 +0200 Subject: Add support section in video channel about page --- .../video-channel-about/video-channel-about.component.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss') 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 @@ @import '_variables'; @import '_mixins'; -.small-title { - @include in-content-small-title; +.block { + margin-bottom: 40px; - margin-bottom: 20px; + .small-title { + @include in-content-small-title; + + margin-bottom: 20px; + } } -- cgit v1.2.3