From: soufiane Date: Fri, 3 Nov 2023 13:42:25 +0000 (+0100) Subject: wait #6444 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5b958ee91fb037751e765fdd3697109b76bd7f59;p=fluidbook-toolbox-quiz.git wait #6444 @0:10 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index c921114..6ede3cd 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -227,7 +227,9 @@ QuizScreenOutro.prototype = { if (review.type === "multiple") { html += '

' + review.question + '

'; for (var j in correctAnswers) { - html += '

' + correctAnswers[j].answer + '

'; + html += '
'; + html += '

' + correctAnswers[j].answer + '

'; + html += '
'; } } diff --git a/style/105-outro.sass b/style/105-outro.sass index f10fb86..380da90 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -147,9 +147,12 @@ .item padding-left: 20px - margin-bottom: 71px + margin-bottom: 23px position: relative + &:last-of-type + margin-bottom: 71px + * +font-size(14) @@ -179,7 +182,7 @@ color: $nok-color .question - margin-bottom: 2px + margin-bottom: 8px .answer +opacity(.8, color, $texts-color)