Add wide variant of simple answers

This commit is contained in:
Charlotte Van Petegem 2025-05-25 11:25:49 +02:00
parent b3c1013cac
commit de061c2bec
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
3 changed files with 19 additions and 0 deletions

View file

@ -85,6 +85,16 @@ header {
font-weight: 600;
}
.answer-kind-simple {
margin-top: 1rem;
text-align: end;
}
.simple-answer-wide {
width: 30rem;
max-width: 100%;
}
.answer-kind-image {
.answer-kind-image-container {
text-align: center;