landingpage Video

pull/4/head
Jan Umbach 2024-06-02 18:50:55 +02:00
parent 12c1fe7f9e
commit 2462c9e4d9
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
/* Add this */
justify-content: center;
/* Add this */
align-items: center;
/* Add this */
}
.shx-landingPage__video__content {