]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/custom-markup.scss
Merge branch 'constant-registry' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / custom-markup.scss
CommitLineData
24893b52
C
1peertube-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}
f6c1251d
C
21
22peertube-video-miniature,
23peertube-playlist-miniature,
24peertube-channel-miniature {
25 margin-right: 30px;
26}