landingpage Video

pull/4/head
Jan Umbach 2024-06-02 19:23:14 +02:00
parent 6472fecc03
commit 124f80d1f9
1 changed files with 2 additions and 2 deletions

View File

@ -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);
} }
} }