]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
Improve channel card custom markup
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / custom-markup-container.component.scss
CommitLineData
f7894f09
C
1.custom-markup-container {
2
3 ::ng-deep .peertube-container {
4 margin: 30px 0 15px;
5
6 h4 {
7 margin-bottom: 0;
8 }
61cbafc1
C
9
10 .layout-row {
11 display: flex;
12 flex-direction: row;
13 }
14
15 .layout-column {
16 display: flex;
17 flex-direction: column;
18 }
f7894f09
C
19 }
20}