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 --}}
|
||||
<div class="{{ $frontface_class }}">
|
||||
<h2 class="absolute top-1 left-2 text-xl text-gray-600">#{{ $number }}</h2>
|
||||
<p>
|
||||
<p class="text-center">
|
||||
<x-card-text :card="$card" />
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue