landingpage Video
parent
6472fecc03
commit
124f80d1f9
|
@ -32,8 +32,8 @@
|
||||||
/* Make the video twice as wide as the div */
|
/* Make the video twice as wide as the div */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
transform: translateX(-50%);
|
// transform: translateX(-50%); /* Shift the video to the left */
|
||||||
/* Shift the video to the right */
|
transform: translateX(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue