Fix responsive in videos watch
authorChocobozzz <me@florianbigard.com>
Mon, 26 Mar 2018 07:39:23 +0000 (09:39 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 26 Mar 2018 07:39:23 +0000 (09:39 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

index e6684e909115021208f33ededc43e84728257bc4..3446c34e31517af5a412bb62be6f5b3fa67a0f0c 100644 (file)
 @media screen and (max-width: 1600px) {
   .video-bottom {
     .video-info {
-      margin-right: 0;
+      margin-right: 20px;
 
       .video-info-first-row {
         flex-direction: column;
   }
 }
 
-@media screen and (max-width: 1200px) {
+@media screen and (max-width: 1400px) {
   .other-videos {
     display: none;
   }