First Iteration of Map Question Type

This commit is contained in:
juhnsa
2025-07-15 23:26:18 +02:00
committed by juhn
parent 760ba5be06
commit ded3328d06
10 changed files with 660 additions and 65 deletions

View File

@@ -124,4 +124,13 @@ div.qp-question-container {
div.qp-question-container img {
@apply max-w-[50vw] max-h-[40vh] mx-auto;
}
div#mapquestion-container {
display: flex;
justify-content: center;
}
div#map {
@apply md:w-[600px] lg:w-[900px] h-[400px]
}