mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 13:26:49 +01:00
refactor video section layout and styles for improved presentation
This commit is contained in:
19
style.css
19
style.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user