aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
blob: 3fdfcefa0f1223ddd7d021b06202375b9d3c5489 (plain) (tree)
1
2
3
4
5
6
7
8
9






                      
 
                                      




                             
                   
                  
                          

                                    




                               





                               
                       





                      
.videos {
  text-align: center;

  my-video-miniature {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .videos {
    text-align: center;

    /deep/ .video-miniature {
      padding-right: 0;
      height: auto;
      width: 100%;
      margin-bottom: 20px;

      .video-miniature-information {
        width: 100% !important;

        span {
          width: 100%;
        }
      }

      /deep/ .video-thumbnail {
        width: 100%;

        img {
          height: auto;
          width: 100%;
        }
      }
    }
  }
}