c1d10188ae257774fc92342b7c7215e05b1b9f9d
[oweals/peertube.git] / client / src / app / videos / video-list / overview / video-overview.component.scss
1 @import '_variables';
2 @import '_mixins';
3 @import '_miniature';
4
5 .section-title {
6   // make the element span a full grid row within .videos grid
7   grid-column: 1 / -1;
8 }
9
10 .margin-content {
11   @include fluid-videos-miniature-layout;
12 }
13
14 .section {
15   @include miniature-rows;
16 }