diff --git a/static/css/quiz.css b/static/css/quiz.css index a1845dc..71698f4 100644 --- a/static/css/quiz.css +++ b/static/css/quiz.css @@ -92,3 +92,14 @@ input[type="radio"]:checked + label { -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } + +.end { + margin: auto; +} + +.button.is-fullwidth { + display: flex; + width: 50%; + margin: auto; + margin-top: 30px; +} diff --git a/templates/quiz.html b/templates/quiz.html index 6fcc7ca..faa8a08 100644 --- a/templates/quiz.html +++ b/templates/quiz.html @@ -69,7 +69,9 @@ {% endfor %} - +
+ +
{% else %}