12 lines
229 B
CSS
12 lines
229 B
CSS
body {
|
|
margin: 0px;
|
|
}
|
|
.vjs-big-chromecast {
|
|
position: absolute !important;
|
|
font-size: 3rem !important;
|
|
height: 4rem !important;
|
|
width: 4rem !important;
|
|
top: 1rem !important;
|
|
right: 1rem !important;
|
|
}
|