]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6812 @0:30
authorsoufiane <soufiane@cubedesigners.com>
Wed, 15 May 2024 08:56:50 +0000 (10:56 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 15 May 2024 08:56:50 +0000 (10:56 +0200)
js/quiz.resize.js
style/105-outro.sass

index 6eb7cfe5a9b57d93f43e3d1044b039fa696977c4..fb10d1199b7fcb96f773bf81c471594a93e7fd62 100644 (file)
@@ -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();
         }
     },
index b13ecb99dc7b3f105bd3d6dfb974fb6d4185843b..1b94733be3bb13a7633bb0657f23b3827af18764 100644 (file)
     .area-container
         display: grid
         grid-template-columns: 2fr 2fr
+        .m &
+            display: flex
+
+    .area-container .area
+        .m &
+            width: calc(50% - 4px)
 
     .area-container,
     .match-wrapper