Refactor background video styles and enhance button placement in index.html

This commit is contained in:
vista-man
2025-04-09 14:07:06 +02:00
parent 8695286236
commit 61781e9e36
3 changed files with 18 additions and 26 deletions

View File

@@ -147,16 +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;
justify-content: center;
}
.background-video {
display: flex;
justify-content: center;
z-index: -1;
}