+@php
+ $h1class='';
+ if(mb_strlen($question['question'])>105){
+ $h1class='small';
+ }
+@endphp
+
{{-- $__('Confirm the match') --}}
<header class="header-question">
<p class="abovetitle">{{ $__('Question').' '.($position+1).'/'.$max }} </p>
<h2 class="subtitle"
class="only-desktop">{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}</h2>
@else
- <h1 id="titleQuestion">{{$question['question']}}</h1>
+ <h1 class="{{$h1class}}" id="titleQuestion">{{$question['question']}}</h1>
@endif