refactor video section layout and styles for improved presentation

This commit is contained in:
vista-man
2025-04-08 13:26:57 +02:00
parent 02815bfc8b
commit 9f08c5d6dc
2 changed files with 26 additions and 6 deletions

View File

@@ -85,4 +85,23 @@
.item button {
width: 100%;
}
.video-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 20px;
}
.background-video {
max-width: 100%;
height: auto;
margin-top: 15px;
}
.inhoud button {
margin-top: 10px;
}