Browse Source

Update Player.html

MoeClub 6 years ago
parent
commit
dc54ed3905
1 changed files with 14 additions and 0 deletions
  1. 14 0
      ffmpeg/Player/Player.html

+ 14 - 0
ffmpeg/Player/Player.html

@@ -48,6 +48,20 @@
     .vjs-big-play-button {
       margin-top: -130px !important;
     }
+
+    @media (max-width: 1200px) {
+      body{
+        background: #1d1d1d;
+      }
+
+      h1 {
+        padding: 0.75rem;
+        color: #bdbdbd;
+        font-size: 1.1252rem;
+        font-weight: normal;
+        box-sizing: border-box;
+      }
+    }
   </style>
 </head>
 <body>