From f3084275120e313e05fbe5ee00403502066e5e50 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 6 Oct 2023 14:39:25 +0200 Subject: [PATCH] wait #6350 @0:40 --- style/105-outro.sass | 5 ++++- views/screens/outro.blade.php | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/style/105-outro.sass b/style/105-outro.sass index 84fa336..8a694ee 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -19,6 +19,10 @@ padding: 24px position: relative z-index: 1 + &.full + .score-content-wrapper + max-width: 60% + margin: 0 auto h1 +font-size(40) margin-bottom: 9px @@ -161,7 +165,6 @@ .restart-sentence, .btn.restart - display: none &-mobile display: none diff --git a/views/screens/outro.blade.php b/views/screens/outro.blade.php index 225bab2..af4d7a8 100644 --- a/views/screens/outro.blade.php +++ b/views/screens/outro.blade.php @@ -1,7 +1,7 @@
@include('header_title', ['data', $data])
-
+
@@ -69,6 +69,7 @@
+ @if($data->review !== "never")

{{$__('Answers review')}} @@ -92,5 +93,6 @@

+ @endif
-- 2.39.5