landingpage Video

pull/4/head
Jan Umbach 2024-06-02 19:08:22 +02:00
parent 8b6348bfc1
commit de398ff4b2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
/* 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(0); transform: translateX(-50%);
/* Shift the video to the right */ /* Shift the video to the right */
} }
} }