aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
new file mode 100644
index 000000000..044db9536
--- /dev/null
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
@@ -0,0 +1,10 @@
1.custom-markup-container {
2
3 ::ng-deep .peertube-container {
4 margin: 30px 0 15px;
5
6 h4 {
7 margin-bottom: 0;
8 }
9 }
10}