scale based on input method
This commit is contained in:
		@@ -1,8 +1,11 @@
 | 
				
			|||||||
body {
 | 
					body {
 | 
				
			||||||
    margin: 0px;
 | 
					    margin: 0px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@media screen and (max-width: 500px) {
 | 
					 | 
				
			||||||
.video-js {
 | 
					.video-js {
 | 
				
			||||||
        font-size: 2rem;
 | 
					    font-size: 1rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					@media (pointer:coarse) {
 | 
				
			||||||
 | 
					    .video-js {
 | 
				
			||||||
 | 
					        font-size: 3rem;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user