aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
blob: 704d908c30d6a244221d8c3b176cf59fe010faca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.custom-markup-container {

  ::ng-deep .peertube-container {

    &.layout-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    &.layout-column {
      display: flex;
      flex-direction: column;
    }

    .header {
      margin: 30px 0 15px;
    }

    h4 {
      margin-bottom: 0;
    }
  }
}