Add video channel view
[oweals/peertube.git] / client / src / app / +video-channels / video-channel-playlists / video-channel-playlists.component.scss
1 .video-playlist {
2   display: flex;
3   justify-content: center;
4
5   my-video-playlist-miniature {
6     margin-right: 15px;
7     margin-bottom: 30px;
8   }
9 }