From d5e438a6e447813d110344866858b9c7b2a1f33f Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 15 May 2024 10:56:50 +0200 Subject: [PATCH] wait #6812 @0:30 --- js/quiz.resize.js | 2 +- style/105-outro.sass | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/js/quiz.resize.js b/js/quiz.resize.js index 6eb7cfe..fb10d11 100644 --- a/js/quiz.resize.js +++ b/js/quiz.resize.js @@ -66,7 +66,7 @@ QuizResize.prototype = { } else { $(".btn.reset .text").html(textReset); $(".btn.moreinfo .text").html(textInfo); - $("#score").css("height","calc(100vh - 125px)") + $("#score").css("height","576px") this.resetCenterItems(); } }, diff --git a/style/105-outro.sass b/style/105-outro.sass index b13ecb9..1b94733 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -303,6 +303,12 @@ .area-container display: grid grid-template-columns: 2fr 2fr + .m & + display: flex + + .area-container .area + .m & + width: calc(50% - 4px) .area-container, .match-wrapper -- 2.39.5