aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
blob: 862da7c18893333822837be417958cb3f1010d6b (plain) (tree)
1
2
3
4
5
6
7
8







                                 









                             

   
.custom-markup-container {

  ::ng-deep .peertube-container {
    margin: 30px 0 15px;

    h4 {
      margin-bottom: 0;
    }

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

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