1
0
Fork 0

resources/views/components/card.blade.php: add "h-full" class to backface image so it stays inside the card.

This commit is contained in:
Henrik Hautakoski 2023-01-29 14:07:25 +01:00
parent b221067dad
commit f759542f68

View file

@ -31,7 +31,7 @@ if ($win) {
{{-- Card backface --}}
<div class="{{ $backface_class }}">
<img src="{{ url('img/logo.png') }}" />
<img class="h-full" src="{{ url('img/logo.png') }}" />
</div>
</div>
</div>