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

                  






                      
 



                               

                        

 
                                      
           
                                          

   
@import '_mixins';

.videos {
  text-align: center;

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

.title-page.title-page-single {
  margin-right: 5px;
}

my-video-feed {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .videos {
    @include video-miniature-small-screen;
  }
}