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