Archived
1
0
Fork 0

resources/views/components/card.blade.php: center card text.

This commit is contained in:
Henrik Hautakoski 2023-01-31 08:51:53 +01:00
parent 24886cef67
commit 7009d7a349

View file

@ -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>