]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Limit thumbnail sizes
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index ade6f53b7d20e99551962e54c9695e3554d4bdb9..c1d10188ae257774fc92342b7c7215e05b1b9f9d 100644 (file)
@@ -2,8 +2,13 @@
 @import '_mixins';
 @import '_miniature';
 
+.section-title {
+  // make the element span a full grid row within .videos grid
+  grid-column: 1 / -1;
+}
+
 .margin-content {
-  @include adapt-margin-content-width;
+  @include fluid-videos-miniature-layout;
 }
 
 .section {