This commit is contained in:
EspenVista
2025-04-09 13:08:30 +01:00
4 changed files with 18 additions and 17 deletions

View File

@@ -147,7 +147,11 @@ p {
}
.background-video {
max-width: 100%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
margin-top: 15px;
display: flex;