]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/custom-markup.scss
Merge branch 'constant-registry' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / custom-markup.scss
1 peertube-container {
2 > .layout-row {
3 display: flex;
4 flex-direction: row;
5 flex-wrap: wrap;
6 }
7
8 > .layout-column {
9 display: flex;
10 flex-direction: column;
11 }
12
13 > .header {
14 margin: 30px 0 15px;
15
16 > h4 {
17 margin-bottom: 0;
18 }
19 }
20 }
21
22 peertube-video-miniature,
23 peertube-playlist-miniature,
24 peertube-channel-miniature {
25 margin-right: 30px;
26 }