Skip to content

Commit 348371a

Browse files
committed
~
1 parent 43440e5 commit 348371a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/defi.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="container-fluid">
7171

7272
@if(!$iframe)
73-
<h1 class="mt-2 mb-4 text-center"><a class="navbar-brand m-1" href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="100" alt="CODE PUZZLE" /></a></h1>
73+
<h1 class="mt-2 mb-4 text-center"><a class="navbar-brand m-1" href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="140" alt="CODE PUZZLE" /></a></h1>
7474
@endif
7575

7676
@if ($defi->with_chrono == 1 OR $defi->with_nbverif == 1)

resources/views/puzzle.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<div class="container-fluid">
8686

8787
@if(!$iframe)
88-
<h1 class="mt-2 mb-5 text-center"><a class="navbar-brand m-1" href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="100" alt="CODE PUZZLE" /></a></h1>
88+
<h1 class="mt-2 mb-5 text-center"><a class="navbar-brand m-1" href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="140" alt="CODE PUZZLE" /></a></h1>
8989
@endif
9090

9191
@if ($puzzle->with_chrono == 1 OR $puzzle->with_chrono == 1)

resources/views/sujets/sujet-copie.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div class="pl-3 pr-3" style="direction: ltr;">
5757

5858
<h1 id="sujet_entete" class="text-center m-0 pb-3 pt-2">
59-
<a href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="100" alt="CODE PUZZLE" /></a>
59+
<a href="{{ url('/') }}"><img src="{{ asset('img/code-puzzle.png') }}" width="140" alt="CODE PUZZLE" /></a>
6060
</h1>
6161

6262
<!-- SUJET -->

0 commit comments

Comments
 (0)