resources/views/components/card.blade.php: center card text.
This commit is contained in:
parent
24886cef67
commit
7009d7a349
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if ($win) {
|
||||||
{{-- Card frontface --}}
|
{{-- Card frontface --}}
|
||||||
<div class="{{ $frontface_class }}">
|
<div class="{{ $frontface_class }}">
|
||||||
<h2 class="absolute top-1 left-2 text-xl text-gray-600">#{{ $number }}</h2>
|
<h2 class="absolute top-1 left-2 text-xl text-gray-600">#{{ $number }}</h2>
|
||||||
<p>
|
<p class="text-center">
|
||||||
<x-card-text :card="$card" />
|
<x-card-text :card="$card" />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Reference in a new issue