mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-06 07:30:17 +02:00
Improve quiz page layouts: WIDM-style answers and responsive centering
- Add green square answer buttons styled after the TV show - Two-column answer grid for 6+ answers, single column on mobile - fit-content centering for question pages so block matches question width - Narrow fixed-width centering for form pages (enter name, select season)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{% extends 'quiz/base.html.twig' %}
|
||||
{% block body %}
|
||||
{{ form(form) }}
|
||||
<div class="quiz-form-narrow">
|
||||
{{ form(form) }}
|
||||
</div>
|
||||
{% endblock body %}
|
||||
|
||||
Reference in New Issue
Block a user