]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Improve overview section titles
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index eca8b230ff688d939404ce68a807cf87d704db97..aff45c0729cd0df64483747449b91022cbc3ad4f 100644 (file)
@@ -14,9 +14,9 @@
 }
 
 .section-title {
-  font-size: 17px;
+  font-size: 24px;
   font-weight: $font-semibold;
-  margin-bottom: 20px;
+  margin-bottom: 10px;
 
   a {
     &:hover, &:focus:not(.focus-visible), &:active {
     align-items: center;
 
     img {
-      @include avatar(30px);
+      @include avatar(28px);
 
-      margin-right: 10px;
+      margin-right: 8px;
     }
   }
 }
 
 @media screen and (max-width: 500px) {
+  .section-title {
+    font-size: 17px;
+  }
+
   .section {
     @include video-miniature-small-screen;
   }