Update static/home.css
Browse files- static/home.css +6 -0
static/home.css
CHANGED
@@ -362,6 +362,12 @@
|
|
362 |
align-items: center;
|
363 |
flex-direction: column;
|
364 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
@media(max-width: 991px) {
|
366 |
.home-video {
|
367 |
top: 13vh;
|
|
|
362 |
align-items: center;
|
363 |
flex-direction: column;
|
364 |
}
|
365 |
+
#volume{
|
366 |
+
cursor:pointer;
|
367 |
+
position: absolute;
|
368 |
+
right: 0;
|
369 |
+
bottom: 0;
|
370 |
+
}
|
371 |
@media(max-width: 991px) {
|
372 |
.home-video {
|
373 |
top: 13vh;
|