Disply other videos if screen >= 1300px
authorChocobozzz <me@florianbigard.com>
Thu, 29 Mar 2018 06:49:34 +0000 (08:49 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 29 Mar 2018 06:49:34 +0000 (08:49 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

index 3446c34e31517af5a412bb62be6f5b3fa67a0f0c..10993735b948e39367c9b656bf43f77787f4a232 100644 (file)
   }
 }
 
-@media screen and (max-width: 1400px) {
+@media screen and (max-width: 1300px) {
   .other-videos {
     display: none;
   }