X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideo-list%2Fvideo-overview.component.scss;h=aff45c0729cd0df64483747449b91022cbc3ad4f;hb=9ffdd52a95d596ce3d0084baa8541748326edb9c;hp=eca8b230ff688d939404ce68a807cf87d704db97;hpb=28da43cf6606c052605a59662341075ba10666ee;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/video-list/video-overview.component.scss b/client/src/app/videos/video-list/video-overview.component.scss index eca8b230f..aff45c072 100644 --- a/client/src/app/videos/video-list/video-overview.component.scss +++ b/client/src/app/videos/video-list/video-overview.component.scss @@ -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 { @@ -35,14 +35,18 @@ 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; }