Basic question styling and video width/height constraints

This commit is contained in:
Charlotte Van Petegem 2025-05-24 10:57:00 +02:00
parent d2c557d193
commit 6647208d3a
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 33 additions and 6 deletions

View file

@ -58,6 +58,27 @@ header {
padding: 1rem;
}
.questions-container {
display: flex;
flex-direction: column;
gap: 3rem;
}
.question-card {
color: black;
background-color: white;
padding: 1rem;
}
.question-kind-video {
text-align: center;
video {
max-width: 100%;
max-height: 50vh;
}
}
.login-intro {
background-color: white;
padding: 1rem;