From f6c1251def2701cad12cbe0b029dc705b3f9665e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Jul 2021 17:47:21 +0200 Subject: Use consistent margins --- .../peertube-custom-tags/channel-miniature-markup.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss index fd84780fe..39e8d2091 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss @@ -4,7 +4,7 @@ .channel { padding: 20px; background-color: pvar(--channelBackgroundColor); - margin: 0 30px 30px 0; + margin-bottom: 30px; width: fit-content; } -- cgit v1.2.3